aboutsummaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2008-12-15 18:11:19 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2008-12-15 18:11:19 +0000
commit8739b9c795cbacd63cb314aa2b265b966ad6424a (patch)
treefca8562e224b1f584ea414f29924b789406ea8a7 /fixincludes
parentea4547bbfa8ce5e1ac40c54fd9a7eb23ac1b500c (diff)
downloadgcc-8739b9c795cbacd63cb314aa2b265b966ad6424a.zip
gcc-8739b9c795cbacd63cb314aa2b265b966ad6424a.tar.gz
gcc-8739b9c795cbacd63cb314aa2b265b966ad6424a.tar.bz2
inclhack.def (hpux_spu_info): Match PA as well as IA64.
* inclhack.def (hpux_spu_info): Match PA as well as IA64. * fixincl.x: Regenerate. From-SVN: r142767
Diffstat (limited to 'fixincludes')
-rw-r--r--fixincludes/ChangeLog5
-rw-r--r--fixincludes/fixincl.x6
-rw-r--r--fixincludes/inclhack.def2
3 files changed, 9 insertions, 4 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 94b49eb..23306e6 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-15 Steve Ellcey <sje@cup.hp.com>
+
+ * inclhack.def (hpux_spu_info): Match PA as well as IA64.
+ * fixincl.x: Regenerate.
+
2008-09-06 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac: Fix a typo.
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x
index aa25689..ab584b7 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 September 6, 2008 at 11:42:15 AM PDT
+ * It has been AutoGen-ed Wednesday December 10, 2008 at 10:13:23 AM PST
* From the definitions inclhack.def
* and the template file fixincl
*/
-/* DO NOT SVN-MERGE THIS FILE, EITHER Sat Sep 6 11:42:15 PDT 2008
+/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Dec 10 10:13:23 PST 2008
*
* You must regenerate it. Use the ./genfixes script.
*
@@ -3133,7 +3133,7 @@ tSCC zHpux_Spu_InfoName[] =
* File name selection pattern
*/
tSCC zHpux_Spu_InfoList[] =
- "ia64/sys/getppdp.h\0";
+ "*/sys/getppdp.h\0";
/*
* Machine/OS name selection pattern
*/
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def
index 69ea0cf..8d50abf 100644
--- a/fixincludes/inclhack.def
+++ b/fixincludes/inclhack.def
@@ -1756,7 +1756,7 @@ fix = {
fix = {
hackname = hpux_spu_info;
mach = "*-hp-hpux*";
- files = ia64/sys/getppdp.h;
+ files = "*/sys/getppdp.h";
select = "^.*extern.*spu_info.*";
c_fix = format;