+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>
*
* 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.
*
* Machine/OS name selection pattern
*/
tSCC* apzStdio_Stdarg_HMachs[] = {
- "*-*-solaris2.1[0-9]",
+ "*-*-solaris2.1[0-9]*",
(const char*)NULL };
/*
* Machine/OS name selection pattern
*/
tSCC* apzStdio_Va_ListMachs[] = {
- "*-*-solaris2.1[0-9]",
+ "*-*-solaris2.1[0-9]*",
(const char*)NULL };
/*
* 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;
* <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;
/*