summaryrefslogtreecommitdiff
path: root/fixincludes/ChangeLog
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-10 00:26:08 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-10 00:26:08 +0000
commit85dedd01c2e9a3b0a8b6aaf689585bcbf0290d71 (patch)
treef2a2fbb616124ec2f24468d5f1c26ec1dbdce3a7 /fixincludes/ChangeLog
parentc3c702dd3830537bdc32e5851651868789252231 (diff)
downloadgcc-85dedd01c2e9a3b0a8b6aaf689585bcbf0290d71.tar.gz
* inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
*-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9]. * fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r--fixincludes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index d471581ca8d..6bb2424a59c 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-10 Joseph S. Myers <joseph@codesourcery.com>
+
+ * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
+ *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
+ * fixincl.x: Regenerate.
+
2005-05-06 Bruce Korb <bkorb@gnu.org>
Joseph S. Myers <joseph@codesourcery.com>