diff options
author | Joseph Myers <joseph@codesourcery.com> | 2005-05-10 01:26:08 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2005-05-10 01:26:08 +0100 |
commit | 5fabfd4cda48060fbb0b60c1572f9c2e209893f4 (patch) | |
tree | f2a2fbb616124ec2f24468d5f1c26ec1dbdce3a7 /fixincludes/fixincl.x | |
parent | 75b66a16fd2e317ccce9454a0fdf34e657e0abc0 (diff) | |
download | gcc-5fabfd4cda48060fbb0b60c1572f9c2e209893f4.zip gcc-5fabfd4cda48060fbb0b60c1572f9c2e209893f4.tar.gz gcc-5fabfd4cda48060fbb0b60c1572f9c2e209893f4.tar.bz2 |
inclhack.def (stdio_stdarg_h, [...]): Bypass on *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
* inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
*-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
* fixincl.x: Regenerate.
From-SVN: r99487
Diffstat (limited to 'fixincludes/fixincl.x')
-rw-r--r-- | fixincludes/fixincl.x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x index 23e30eb..7d9e7c8 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 }; /* |