[uClibc-cvs] uClibc/ldso/libdl dlib.c,1.32,1.33

Erik Andersen andersen at uclibc.org
Tue Jan 20 18:00:19 UTC 2004


Update of /var/cvs/uClibc/ldso/libdl
In directory nail:/home/andersen/CVS/uClibc/ldso/libdl

Modified Files:
	dlib.c 
Log Message:
As noted by Doru Petrescu, there was a spurious line that was using
_dl_debug_addr prior to checking if it was NULL.


Index: dlib.c
===================================================================
RCS file: /var/cvs/uClibc/ldso/libdl/dlib.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- dlib.c	15 Oct 2003 08:55:22 -0000	1.32
+++ dlib.c	20 Jan 2004 18:00:16 -0000	1.33
@@ -288,7 +288,6 @@
 	
 
 	/* Notify the debugger we have added some objects. */
-	_dl_debug_addr->r_state = RT_ADD;
 	if (_dl_debug_addr) {
 		dl_brk = (void (*)(void)) _dl_debug_addr->r_brk;
 		if (dl_brk != NULL) {




More information about the uClibc-cvs mailing list