diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-02 01:18:04 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-02 01:18:04 +0000 |
commit | 5084730045281f88cf16c491435941b7a7f461f1 (patch) | |
tree | 82a63f270dcfd370a6bf7615baea7a19ec46afc7 /fixincludes | |
parent | ce3fe2e7582d8ea75981a4fe3f34155f404ea5c4 (diff) | |
download | gcc-5084730045281f88cf16c491435941b7a7f461f1.tar.gz |
* inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
(hpux_inttype_int8_t): Likewise.
* fixincl.x: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150340 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes')
-rw-r--r-- | fixincludes/ChangeLog | 6 | ||||
-rw-r--r-- | fixincludes/fixincl.x | 8 | ||||
-rw-r--r-- | fixincludes/inclhack.def | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 62300af7c25..9747c00c640 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,9 @@ +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> * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS): diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x index 90eb9370aef..797d962619b 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 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 * 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. * @@ -3874,7 +3874,7 @@ tSCC zHpux_Inttype_Int_Least8_TList[] = * Machine/OS name selection pattern */ tSCC* apzHpux_Inttype_Int_Least8_TMachs[] = { - "*-hp-hpux11.*", + "*-hp-hpux1[01].*", (const char*)NULL }; /* @@ -3911,7 +3911,7 @@ tSCC zHpux_Inttype_Int8_TList[] = * Machine/OS name selection pattern */ tSCC* apzHpux_Inttype_Int8_TMachs[] = { - "*-hp-hpux11.*", + "*-hp-hpux1[01].*", (const char*)NULL }; /* diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def index 8cb6b7ed61d..b65ad2c21d6 100644 --- a/fixincludes/inclhack.def +++ b/fixincludes/inclhack.def @@ -2096,7 +2096,7 @@ fix = { fix = { hackname = hpux_inttype_int_least8_t; - mach = "*-hp-hpux11.*"; + mach = "*-hp-hpux1[01].*"; files = sys/_inttypes.h; select = "^[ \t]*typedef[ \t]*char[ \t]*int_least8_t.*"; c_fix = format; @@ -2106,7 +2106,7 @@ fix = { fix = { hackname = hpux_inttype_int8_t; - mach = "*-hp-hpux11.*"; + mach = "*-hp-hpux1[01].*"; files = sys/_inttypes.h; select = "^[ \t]*typedef[ \t]*char[ \t]*int8_t.*"; c_fix = format; |