Commit 8739b9c7 by Steve Ellcey Committed by Steve Ellcey

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
parent ea4547bb
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.
......
......@@ -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
*/
......
......@@ -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;
......
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