summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-11-17 09:36:40 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-11-17 09:36:40 +0000
commita5ebab17668503a0887dfcace6904d86de8b1d8f (patch)
tree4ba37b469d47256d61fb82192365e4aacaf727ec /ldso/ldso/ldso.c
parent9699ba89100190c80ab51a4637c321a5dde978c5 (diff)
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.
Diffstat (limited to 'ldso/ldso/ldso.c')
-rw-r--r--ldso/ldso/ldso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index 476dae629..5303a6ec3 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -747,7 +747,7 @@ next_lib2:
* 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
/*