summaryrefslogtreecommitdiff
path: root/fixincludes/inclhack.def
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/inclhack.def
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/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 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;
/*