+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
*
* 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.
*
* 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
*/
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.*";