aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/inclhack.def
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2005-05-10 01:26:08 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2005-05-10 01:26:08 +0100
commit5fabfd4cda48060fbb0b60c1572f9c2e209893f4 (patch)
treef2a2fbb616124ec2f24468d5f1c26ec1dbdce3a7 /fixincludes/inclhack.def
parent75b66a16fd2e317ccce9454a0fdf34e657e0abc0 (diff)
downloadgcc-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/inclhack.def')
-rw-r--r--fixincludes/inclhack.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def
index 3adf471..1dac832 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;
/*