summaryrefslogtreecommitdiff
path: root/ldso/ldso
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-02-20 20:20:00 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-02-20 20:20:00 +0000
commitc7611016b982863fa23d8bb17f05ae0e09fd0c68 (patch)
tree6bb4f163e1ef9c0cf698a9a3c9dada5ae55c70e4 /ldso/ldso
parent088c3af31463c952ed72d834e050d00d5b27ba78 (diff)
Do not call _dl_de ug_state() before recording ld.so. Signed-off-by: Daniel Jacobowit <dan@codesourcery.com>
Diffstat (limited to 'ldso/ldso')
-rw-r--r--ldso/ldso/ldso.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index b93fff881..4eb5d5875 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -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