[uClibc-cvs] uClibc/ldso/libdl dlib.c,1.35,1.36

Erik Andersen andersen at uclibc.org
Sat Feb 7 20:08:04 UTC 2004


Update of /var/cvs/uClibc/ldso/libdl
In directory nail:/tmp/cvs-serv3842/libdl

Modified Files:
	dlib.c 
Log Message:
Thanks to Joakim's recent paches, we can now remove the FIXME


Index: dlib.c
===================================================================
RCS file: /var/cvs/uClibc/ldso/libdl/dlib.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- dlib.c	7 Feb 2004 10:12:25 -0000	1.35
+++ dlib.c	7 Feb 2004 20:08:01 -0000	1.36
@@ -230,13 +230,6 @@
 					goto oops;
 				}
 
-#if 1
-//FIXME:  Enabling this is _so_ wrong....
-				/* We need global symbol resolution for everything
-				 * in the dependent chain */
-				dyn_chain->flags |= RTLD_GLOBAL;
-#endif
-
 				rpnt->next = (struct dyn_elf *) malloc(sizeof(struct dyn_elf));
 				_dl_memset (rpnt->next, 0, sizeof (struct dyn_elf));
 				rpnt = rpnt->next;




More information about the uClibc-cvs mailing list