diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-15 18:11:19 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-15 18:11:19 +0000 |
commit | 0789791eadeaf3dab6d13418a2a259a2612ca797 (patch) | |
tree | fca8562e224b1f584ea414f29924b789406ea8a7 /fixincludes/inclhack.def | |
parent | 0ed083d957b28a07aa4e07b9f175b7b5a3f974cd (diff) | |
download | gcc-0789791eadeaf3dab6d13418a2a259a2612ca797.tar.gz |
* inclhack.def (hpux_spu_info): Match PA as well as IA64.
* fixincl.x: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142767 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/inclhack.def')
-rw-r--r-- | fixincludes/inclhack.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def index 69ea0cf59a8..8d50abf1b49 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; |