summaryrefslogtreecommitdiff
path: root/fixincludes/ChangeLog
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-17 23:54:22 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-17 23:54:22 +0000
commit164d0e2826cb993ae6710a790df820a098c4cab3 (patch)
treee03944b53e57fbc5895d0c598d7c87f48ae2ce21 /fixincludes/ChangeLog
parentb7c18eb324e2d3bbf66b16a93d2b1b9642601565 (diff)
downloadgcc-164d0e2826cb993ae6710a790df820a098c4cab3.tar.gz
* tests/base/errno.h: New file.
* tests/base/architecture/ppc/math.h: Likewise. * tests/base/ia64/sys/getppdp.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115534 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r--fixincludes/ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 962ab90ab66..3db9210599e 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,7 +1,13 @@
+2006-07-17 Roger Sayle <roger@eyesopen.com>
+
+ * tests/base/errno.h: New file.
+ * tests/base/architecture/ppc/math.h: Likewise.
+ * tests/base/ia64/sys/getppdp.h: Likewise.
+
2006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
PR bootstrap/20437
- * Makefile.in (configure, config.h.in): change into $(srcdir)
+ * Makefile.in (configure, config.h.in): Change into $(srcdir)
before autoconf or autoheader call.
2006-06-23 Steve Ellcey <sje@cup.hp.com>
@@ -46,8 +52,9 @@
2005-11-24 Bruce Korb <bkorb@gnu.org>
- * fixincl.c(write_replacement) "here strings" in AutoGen often/generally
- don't have a terminating newline. Check the last byte for '\n'.
+ * fixincl.c (write_replacement): "here strings" in AutoGen
+ often/generally don't have a terminating newline. Check the
+ last byte for '\n'.
2005-11-13 Andreas Jaeger <aj@suse.de>