diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-24 20:29:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-24 20:29:43 +0000 |
commit | 2ac9ca73009c3f4ad0039f24eff5d2db4be6b488 (patch) | |
tree | 4a42286d2b3aec1d8ed8a6c2b704dfc9b7c1c3c9 /ChangeLog | |
parent | 93b53ca279865363a3352017c1d4456cc58e7de4 (diff) |
* sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
symbol require exact match (these are PLTs).
* sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
(_dl_ppc64_addr_sym_match): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-08-24 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined + symbol require exact match (these are PLTs). + * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h + (_dl_ppc64_addr_sym_match): Likewise. + [BZ #2683] * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols. If symbol has a value use it. |