diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-10 00:26:08 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-10 00:26:08 +0000 |
commit | 85dedd01c2e9a3b0a8b6aaf689585bcbf0290d71 (patch) | |
tree | f2a2fbb616124ec2f24468d5f1c26ec1dbdce3a7 /fixincludes | |
parent | c3c702dd3830537bdc32e5851651868789252231 (diff) | |
download | gcc-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')
-rw-r--r-- | fixincludes/ChangeLog | 6 | ||||
-rw-r--r-- | fixincludes/fixincl.x | 8 | ||||
-rw-r--r-- | fixincludes/inclhack.def | 4 |
3 files changed, 12 insertions, 6 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> diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x index 23e30eb2a5e..7d9e7c891d3 100644 --- a/fixincludes/fixincl.x +++ b/fixincludes/fixincl.x @@ -2,11 +2,11 @@ * * DO NOT EDIT THIS FILE (fixincl.x) * - * It has been AutoGen-ed Friday May 6, 2005 at 09:31:52 AM PDT + * It has been AutoGen-ed Saturday May 7, 2005 at 07:01:32 PM UTC * From the definitions inclhack.def * and the template file fixincl */ -/* DO NOT CVS-MERGE THIS FILE, EITHER Fri May 6 09:31:52 PDT 2005 +/* DO NOT CVS-MERGE THIS FILE, EITHER Sat May 7 19:01:33 UTC 2005 * * You must regenerate it. Use the ./genfixes script. * @@ -4898,7 +4898,7 @@ tSCC zStdio_Stdarg_HList[] = * Machine/OS name selection pattern */ tSCC* apzStdio_Stdarg_HMachs[] = { - "*-*-solaris2.1[0-9]", + "*-*-solaris2.1[0-9]*", (const char*)NULL }; /* @@ -4936,7 +4936,7 @@ tSCC zStdio_Va_ListList[] = * Machine/OS name selection pattern */ tSCC* apzStdio_Va_ListMachs[] = { - "*-*-solaris2.1[0-9]", + "*-*-solaris2.1[0-9]*", (const char*)NULL }; /* diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def index 3adf4711d67..1dac8328757 100644 --- a/fixincludes/inclhack.def +++ b/fixincludes/inclhack.def @@ -2715,7 +2715,7 @@ fix = { * On Solaris 10, this fix is unncessary; <stdio.h> includes * <iso/stdio_iso.h>, which includes <sys/va_list.h>. */ - mach = '*-*-solaris2.1[0-9]'; + mach = '*-*-solaris2.1[0-9]*'; not_machine = true; c_fix = wrap; @@ -2747,7 +2747,7 @@ fix = { * <stdio.h> is guarded appropriately by the _XPG4 feature macro; * there is therefore no need for this fix there. */ - mach = '*-*-solaris2.1[0-9]'; + mach = '*-*-solaris2.1[0-9]*'; not_machine = true; /* |