about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-08-24 20:29:43 +0000
committerUlrich Drepper <drepper@redhat.com>2006-08-24 20:29:43 +0000
commit2ac9ca73009c3f4ad0039f24eff5d2db4be6b488 (patch)
tree4a42286d2b3aec1d8ed8a6c2b704dfc9b7c1c3c9 /ChangeLog
parent93b53ca279865363a3352017c1d4456cc58e7de4 (diff)
downloadglibc-2ac9ca73009c3f4ad0039f24eff5d2db4be6b488.tar.gz
glibc-2ac9ca73009c3f4ad0039f24eff5d2db4be6b488.tar.xz
glibc-2ac9ca73009c3f4ad0039f24eff5d2db4be6b488.zip
* 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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec0015065a..483f5ac256 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.