[uClibc-cvs] CVS uClibc/ldso/ldso
CVS User jocke
jocke at codepoet.org
Wed Nov 17 09:36:39 UTC 2004
Update of /var/cvs/uClibc/ldso/ldso
In directory nail:/tmp/cvs-serv25254/ldso
Modified Files:
ldso.c
Log Message:
Add BIND NOW support to MIPS.
Mips did not honour the LD_BIND_NOW env. variable or the DT_BIND_NOW flag
in the dynamic section.
--- /var/cvs/uClibc/ldso/ldso/ldso.c 2004/11/10 15:27:11 1.128
+++ /var/cvs/uClibc/ldso/ldso/ldso.c 2004/11/17 09:36:38 1.129
@@ -747,7 +747,7 @@
* Relocation of the GOT entries for MIPS have to be done
* after all the libraries have been loaded.
*/
- _dl_perform_mips_global_got_relocations(_dl_loaded_modules);
+ _dl_perform_mips_global_got_relocations(_dl_loaded_modules, !unlazy);
#endif
/*
More information about the uClibc-cvs
mailing list