summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-08-04 21:35:51 +0000
committerRoland McGrath <roland@gnu.org>2005-08-04 21:35:51 +0000
commit8dd5f2edc74be8a6270e706a1f999c8af6be90fb (patch)
tree816c90fc8d41c8648f4785489d36e169e61bf4e8 /ChangeLog
parentc1950ac6f8b8443e67e39777a265f1c23cc129ec (diff)
[BZ #1137]
2005-08-03 Dwayne Grant McConnell <dgm69@us.ibm.com> * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Use +=, not =, to append. Remove duplicate flags. * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s): Likewise. Fix comments. [BZ #1137]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d95a12d29..2b40ce1111 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-03 Dwayne Grant McConnell <dgm69@us.ibm.com>
+
+ * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s):
+ Use +=, not =, to append. Remove duplicate flags.
+ * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
+ Likewise. Fix comments.
+
2005-08-01 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
@@ -34,6 +41,7 @@
2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
+ [BZ #1137]
* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
2005-07-28 Ulrich Drepper <drepper@redhat.com>