diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-11 18:27:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-11 18:27:20 +0000 |
commit | d65ef3dda3431ac8c5545de4305b9da0716bbb71 (patch) | |
tree | ee74f980236cb1e5a91cd587ad2bbd665723dcf0 /ChangeLog | |
parent | 341c566f05fa6b19b88508f7ddd835bfd101731b (diff) | |
download | glibc-d65ef3dda3431ac8c5545de4305b9da0716bbb71.tar.gz glibc-d65ef3dda3431ac8c5545de4305b9da0716bbb71.tar.xz glibc-d65ef3dda3431ac8c5545de4305b9da0716bbb71.zip |
* elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
optimize. Complerely extend global scope array before making the new entries visible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 94902405a8..b5029729b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-11 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc + optimize. Complerely extend global scope array before making the + new entries visible. + 2007-05-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/tst-getcpu.c: New file. |