From: Steve Ellcey Date: Mon, 15 Dec 2008 18:11:19 +0000 (+0000) Subject: inclhack.def (hpux_spu_info): Match PA as well as IA64. X-Git-Tag: releases/gcc-4.4.0~1206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8739b9c795cbacd63cb314aa2b265b966ad6424a;p=thirdparty%2Fgcc.git 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 --- diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 94b49ebe18a3..23306e6cdafb 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,8 @@ +2008-12-15 Steve Ellcey + + * inclhack.def (hpux_spu_info): Match PA as well as IA64. + * fixincl.x: Regenerate. + 2008-09-06 H.J. Lu * configure.ac: Fix a typo. diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x index aa2568921788..ab584b792c18 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 69ea0cf59a80..8d50abf1b49f 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;