diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-14 21:40:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-14 21:40:32 +0000 |
commit | 81f3ac4c9a003161d3396ea9322ca7330adedefa (patch) | |
tree | 21443ee882f1e124aaec974032b4c552a5922f2d /ChangeLog | |
parent | c9300aefcd97dffc51d28e8dd5018c6b1a5447c3 (diff) | |
download | glibc-81f3ac4c9a003161d3396ea9322ca7330adedefa.tar.gz glibc-81f3ac4c9a003161d3396ea9322ca7330adedefa.tar.xz glibc-81f3ac4c9a003161d3396ea9322ca7330adedefa.zip |
Update.
2003-05-14 Jakub Jelinek <jakub@redhat.com> * elf/rtld.c (dl_main): For LD_TRACE_PRELINKING print search scope even if no DT_NEEDED is present.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8091442a4b..bcee70b24c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-14 Jakub Jelinek <jakub@redhat.com> + + * elf/rtld.c (dl_main): For LD_TRACE_PRELINKING print search scope + even if no DT_NEEDED is present. + 2003-05-13 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/setjmp.S: Fix the fix from |