diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 21:25:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 21:25:32 +0000 |
commit | 0304f168cec7923e2ed1ccf67a0e79ec960318bb (patch) | |
tree | fc989b274800f1491b7b024e1de56e457b471d64 /ChangeLog | |
parent | a83b5649c561758f914a4e393c42fbb595852cf7 (diff) | |
download | glibc-0304f168cec7923e2ed1ccf67a0e79ec960318bb.zip glibc-0304f168cec7923e2ed1ccf67a0e79ec960318bb.tar.gz glibc-0304f168cec7923e2ed1ccf67a0e79ec960318bb.tar.bz2 |
[BZ #5104]
* elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-10-05 Ulrich Drepper <drepper@redhat.com> + [BZ #5104] + * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols. + [BZ #5113] * string/bits/string2.h (__strdup): Cast parameters to calloc to avoid warning with -Wconversion. |