Commit 175196a0 by John David Anglin Committed by John David Anglin

inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.

	* inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
	(hpux_inttype_int8_t): Likewise.
	* fixincl.x: Regenerate.

From-SVN: r150340
parent 0c256fb1
2009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
(hpux_inttype_int8_t): Likewise.
* fixincl.x: Regenerate.
2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS): * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
* *
* DO NOT EDIT THIS FILE (fixincl.x) * DO NOT EDIT THIS FILE (fixincl.x)
* *
* It has been AutoGen-ed Saturday July 4, 2009 at 10:06:21 AM CEST * It has been AutoGen-ed Saturday August 1, 2009 at 09:16:11 PM EDT
* From the definitions inclhack.def * From the definitions inclhack.def
* and the template file fixincl * and the template file fixincl
*/ */
/* DO NOT SVN-MERGE THIS FILE, EITHER Sat Jul 4 10:06:21 CEST 2009 /* DO NOT SVN-MERGE THIS FILE, EITHER Sat Aug 1 21:16:12 EDT 2009
* *
* You must regenerate it. Use the ./genfixes script. * You must regenerate it. Use the ./genfixes script.
* *
...@@ -3874,7 +3874,7 @@ tSCC zHpux_Inttype_Int_Least8_TList[] = ...@@ -3874,7 +3874,7 @@ tSCC zHpux_Inttype_Int_Least8_TList[] =
* Machine/OS name selection pattern * Machine/OS name selection pattern
*/ */
tSCC* apzHpux_Inttype_Int_Least8_TMachs[] = { tSCC* apzHpux_Inttype_Int_Least8_TMachs[] = {
"*-hp-hpux11.*", "*-hp-hpux1[01].*",
(const char*)NULL }; (const char*)NULL };
/* /*
...@@ -3911,7 +3911,7 @@ tSCC zHpux_Inttype_Int8_TList[] = ...@@ -3911,7 +3911,7 @@ tSCC zHpux_Inttype_Int8_TList[] =
* Machine/OS name selection pattern * Machine/OS name selection pattern
*/ */
tSCC* apzHpux_Inttype_Int8_TMachs[] = { tSCC* apzHpux_Inttype_Int8_TMachs[] = {
"*-hp-hpux11.*", "*-hp-hpux1[01].*",
(const char*)NULL }; (const char*)NULL };
/* /*
......
...@@ -2096,7 +2096,7 @@ fix = { ...@@ -2096,7 +2096,7 @@ fix = {
fix = { fix = {
hackname = hpux_inttype_int_least8_t; hackname = hpux_inttype_int_least8_t;
mach = "*-hp-hpux11.*"; mach = "*-hp-hpux1[01].*";
files = sys/_inttypes.h; files = sys/_inttypes.h;
select = "^[ \t]*typedef[ \t]*char[ \t]*int_least8_t.*"; select = "^[ \t]*typedef[ \t]*char[ \t]*int_least8_t.*";
c_fix = format; c_fix = format;
...@@ -2106,7 +2106,7 @@ fix = { ...@@ -2106,7 +2106,7 @@ fix = {
fix = { fix = {
hackname = hpux_inttype_int8_t; hackname = hpux_inttype_int8_t;
mach = "*-hp-hpux11.*"; mach = "*-hp-hpux1[01].*";
files = sys/_inttypes.h; files = sys/_inttypes.h;
select = "^[ \t]*typedef[ \t]*char[ \t]*int8_t.*"; select = "^[ \t]*typedef[ \t]*char[ \t]*int8_t.*";
c_fix = format; c_fix = format;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment