aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r--fixincludes/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 9262818e9fd..7f09f67a74c 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,25 @@
+2005-04-20 Release Manager
+
+ * GCC 4.0.0 released.
+
+2005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
+
+ PR target/20166
+ * inclhack.def: Add fix for array of incomplete structures
+ in function prototype in pthread.h.
+ * fixincl.x: Regenerate.
+ * tests/base/pthread.h: Adjust.
+
+2005-03-15 Joseph S. Myers <joseph@codesourcery.com>
+
+ * inclhack.def (hpux_htonl): New fix.
+ * tests/base/netinet/in.h: New test.
+ * fixincl.x: Regenerate.
+
+2005-02-23 James E Wilson <wilson@specifixinc.com>
+
+ * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
+
2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
PR 18458