svn commit: trunk/uClibc/ldso/ldso

carmelo at uclibc.org carmelo at uclibc.org
Wed Feb 20 20:20:01 UTC 2008


Author: carmelo
Date: 2008-02-20 12:20:00 -0800 (Wed, 20 Feb 2008)
New Revision: 21077

Log:
Do not call _dl_de ug_state() before recording ld.so. Signed-off-by: Daniel Jacobowit <dan at codesourcery.com>

Modified:
   trunk/uClibc/ldso/ldso/ldso.c


Changeset:
Modified: trunk/uClibc/ldso/ldso/ldso.c
===================================================================
--- trunk/uClibc/ldso/ldso/ldso.c	2008-02-20 18:31:36 UTC (rev 21076)
+++ trunk/uClibc/ldso/ldso/ldso.c	2008-02-20 20:20:00 UTC (rev 21077)
@@ -427,9 +427,7 @@
 	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




More information about the uClibc-cvs mailing list