about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-08-13 03:15:40 +0000
committerUlrich Drepper <drepper@redhat.com>2008-08-13 03:15:40 +0000
commit4497384e2566f7796c4de9ffa599d14c60f38742 (patch)
treec3268d7d3ee618ffbf70685384e9b1d9356c119f
parent8ebb58677f710278c82bd181c3cb5f26d5ca587b (diff)
downloadglibc-4497384e2566f7796c4de9ffa599d14c60f38742.tar.gz
glibc-4497384e2566f7796c4de9ffa599d14c60f38742.tar.xz
glibc-4497384e2566f7796c4de9ffa599d14c60f38742.zip
[BZ #6839]
2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
	[BZ #6839]
	* sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
	macro since it is now available in elf/dynamic-link.h.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5d4cb1ebf..4ff9962bad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
+
+	[BZ #6839]
+	* sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
+	macro since it is now available in elf/dynamic-link.h.
+
 2008-08-12  Roland McGrath  <roland@frob.com>
 
 	* hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,