aboutsummaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2009-01-05 23:59:41 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2009-01-05 23:59:41 +0000
commit8ba59b0884230b864bbe332cac76cb6ad61d1aaf (patch)
treeab6b7e00c3a658d884f2d107f9ba64bc094f9bbf /fixincludes
parentd36e4306a0f3ddbe19c7cb4263d987d150936cda (diff)
downloadgcc-8ba59b0884230b864bbe332cac76cb6ad61d1aaf.zip
gcc-8ba59b0884230b864bbe332cac76cb6ad61d1aaf.tar.gz
gcc-8ba59b0884230b864bbe332cac76cb6ad61d1aaf.tar.bz2
inclhack.def (hpux_spu_info): Add files line.
* inclhack.def (hpux_spu_info): Add files line. * fixincl.x: Regenerate. From-SVN: r143104
Diffstat (limited to 'fixincludes')
-rw-r--r--fixincludes/ChangeLog5
-rw-r--r--fixincludes/fixincl.x6
-rw-r--r--fixincludes/inclhack.def7
3 files changed, 15 insertions, 3 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index ac3a391..5d54b77 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-05 Steve Ellcey <sje@cup.hp.com>
+
+ * inclhack.def (hpux_spu_info): Add files line.
+ * fixincl.x: Regenerate.
+
2009-01-01 Andreas Tobler <a.tobler@schweiz.org>
* inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x
index 120728e..2c0fa31 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 Wednesday December 31, 2008 at 11:51:30 PM CET
+ * It has been AutoGen-ed Monday January 5, 2009 at 09:53:36 AM PST
* From the definitions inclhack.def
* and the template file fixincl
*/
-/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Dec 31 23:51:30 CET 2008
+/* DO NOT SVN-MERGE THIS FILE, EITHER Mon Jan 5 09:53:36 PST 2009
*
* You must regenerate it. Use the ./genfixes script.
*
@@ -3133,7 +3133,7 @@ tSCC zHpux_Spu_InfoName[] =
* File name selection pattern
*/
tSCC zHpux_Spu_InfoList[] =
- "*/sys/getppdp.h\0";
+ "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 adab21e..396d33e 100644
--- a/fixincludes/inclhack.def
+++ b/fixincludes/inclhack.def
@@ -1756,6 +1756,13 @@ fix = {
fix = {
hackname = hpux_spu_info;
mach = "*-hp-hpux*";
+ /*
+ * It is tempting to omit the first "files" entry. Do not.
+ * The testing machinery will take the first "files" entry as the name
+ * of a test file to play with. It would be a nuisance to have a directory
+ * with the name "*".
+ */
+ files = "ia64/sys/getppdp.h";
files = "*/sys/getppdp.h";
select = "^.*extern.*spu_info.*";