diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-12 21:04:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-12 21:04:45 +0000 |
commit | f133c09767993fddcdd790a361fd11d6410a84b2 (patch) | |
tree | b0e0a253855418886e674d1818346036959812be /ChangeLog | |
parent | e5b27fe5d1f72a82ea0b29125ad976f04449f7f0 (diff) | |
download | glibc-f133c09767993fddcdd790a361fd11d6410a84b2.tar.gz glibc-f133c09767993fddcdd790a361fd11d6410a84b2.tar.xz glibc-f133c09767993fddcdd790a361fd11d6410a84b2.zip |
Update.
2001-11-12 Ulrich Drepper <drepper@redhat.com> * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over program header twice. Construct list with the needed information.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dd3843b27c..bc96841ffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-12 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over + program header twice. Construct list with the needed information. + 2001-11-10 Ulrich Drepper <drepper@redhat.com> * po/ca.po: Update from translation team. |