diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-07 09:00:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-07 09:00:05 +0000 |
commit | 1571a01695e14ec40bbfb41e15161797fa24df96 (patch) | |
tree | 438c3543c45595b0ba766df4f2530d56f6069d79 /ChangeLog | |
parent | f405bed5ef3c228aa552afde9451048ec1a15129 (diff) | |
download | glibc-1571a01695e14ec40bbfb41e15161797fa24df96.tar.gz glibc-1571a01695e14ec40bbfb41e15161797fa24df96.tar.xz glibc-1571a01695e14ec40bbfb41e15161797fa24df96.zip |
Wed Sep 6 19:41:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* elf/dl-lookup.c (_dl_lookup_symbol): Test WEAK_VALUE.s rather than WEAK_VALUE.a to see if a weak value has been set. A valid weak value may set WEAK_VALUE.a to 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8d36d3d13..2b307d66a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 6 19:41:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * elf/dl-lookup.c (_dl_lookup_symbol): Test WEAK_VALUE.s rather + than WEAK_VALUE.a to see if a weak value has been set. A valid + weak value may set WEAK_VALUE.a to 0. + Fri Sep 1 16:16:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * sysdeps/mach/hurd/i386/longjmp-ts.c: Use new array format for |