OSDN Git Service

Do not call _dl_de ug_state() before recording ld.so. Signed-off-by: Daniel Jacobowit...
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Wed, 20 Feb 2008 20:20:00 +0000 (20:20 -0000)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Wed, 20 Feb 2008 20:20:00 +0000 (20:20 -0000)
ldso/ldso/ldso.c

index b93fff8..4eb5d58 100644 (file)
@@ -427,9 +427,7 @@ void _dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load_addr,
        debug_addr->r_brk = (unsigned long) &_dl_debug_state;
        _dl_debug_addr = debug_addr;
 
-       /* Notify the debugger we are in a consistant state */
-       _dl_debug_addr->r_state = RT_CONSISTENT;
-       _dl_debug_state();
+       /* Do notify the debugger untile the interpreter is in the list */
 
        /* OK, we now have the application in the list, and we have some
         * basic stuff in place.  Now search through the list for other shared