diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-04 23:23:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-04 23:23:40 +0000 |
commit | 736d0841e4aeee3013893e0aa095802f2c1de0d8 (patch) | |
tree | 0c187ead78325e45f5f1ff59dd75e34f86a9205c /ChangeLog | |
parent | 3aaad0b63854cf780e2605b7c4f34170f8920957 (diff) | |
download | glibc-736d0841e4aeee3013893e0aa095802f2c1de0d8.tar.gz glibc-736d0841e4aeee3013893e0aa095802f2c1de0d8.tar.xz glibc-736d0841e4aeee3013893e0aa095802f2c1de0d8.zip |
Update.
* elf/dl-runtime.c (fixup): Correct handling of symbols marked STV_HIDDEN and STV_INTERNAL during lookup. (profile_fixup): Likewise. * elf/dl-reloc.c (RESOLVE): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index de1cb9d685..52ad654eac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-04-04 Ulrich Drepper <drepper@redhat.com> + * elf/dl-runtime.c (fixup): Correct handling of symbols marked + STV_HIDDEN and STV_INTERNAL during lookup. + (profile_fixup): Likewise. + * elf/dl-reloc.c (RESOLVE): Likewise. + * iconv/skeleton.c (FUNCTION_NAME): Reorder initialization of unaligned so that it compiles for system which need unaligned access handling. |