This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, fixincludes, committed] HP-UX PA patch for getppdp.h


On Mon, 2008-12-29 at 11:12 -0500, Kaveh R. GHAZI wrote:
> On Mon, 15 Dec 2008 sje@cup.hp.com wrote:
> 
> > 2008-12-15  Steve Ellcey  <sje@cup.hp.com>
> >
> > 	* inclhack.def (hpux_spu_info): Match PA as well as IA64.
> > 	* fixincl.x: Regenerate.
> >
> 
> The trunk and 4.3 branch now fail fixincludes "make check":


Sorry about that, I will check in the following patch as obvious.  I
stole the idea and the comment from the broken_nan hack entry.  With
this change the original test works so no changes are needed in
tests/base.

I do still get a failure when checking due to:

Newly fixed header:  locale.h
Newly fixed header:  stdarg.h

But I believe those are unrelated to my change.

Steve Ellcey
sje@cup.hp.com


2009-01-05  Steve Ellcey  <sje@cup.hp.com>

        * inclhack.def (hpux_spu_info):  Add files line.
        * fixincl.x: Regenerate.


Index: inclhack.def
===================================================================
--- inclhack.def        (revision 143068)
+++ inclhack.def        (working copy)
@@ -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
director
y
+     *  with the name "*".
+     */
+    files    = "ia64/sys/getppdp.h";
     files    = "*/sys/getppdp.h";
     select   = "^.*extern.*spu_info.*";


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]