]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libstdc++/50153 (hppa64-hp-hpux11.11/libstdc++-v3/include/cstdlib:106:11: error...
authorSteve Ellcey <sje@cup.hp.com>
Tue, 23 Aug 2011 21:32:34 +0000 (21:32 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 23 Aug 2011 21:32:34 +0000 (21:32 +0000)
2011-08-23  Steve Ellcey  <sje@cup.hp.com>

PR libstdc++/50153
* inclhack.def (hpux11_abs): Extend to all hpux machines.
* fixincl.x: Regenerate.

From-SVN: r178018

fixincludes/ChangeLog
fixincludes/fixincl.x
fixincludes/inclhack.def

index deb7cec35fc26276cf3f92718412ea2d91d3b106..d286e5020bd44f479ebc48f9b8ec8d88af96cbac 100644 (file)
@@ -1,3 +1,9 @@
+2011-08-23  Steve Ellcey  <sje@cup.hp.com>
+
+       PR libstdc++/50153
+       * inclhack.def (hpux11_abs): Extend to all hpux machines.
+       * fixincl.x: Regenerate.
+
 2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
            Marc Glisse  <marc.glisse@normalesup.org>
 
index 843b5e3ad2b54631b6d88c51b4d6221f5d64c5dd..e936b70557fd43e4fee08660f6f398f04be1b6ab 100644 (file)
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Tuesday August  9, 2011 at 09:17:43 PM MEST
+ * It has been AutoGen-ed  Monday August 22, 2011 at 05:03:34 PM PDT
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT SVN-MERGE THIS FILE, EITHER Tue Aug  9 21:17:43 MEST 2011
+/* DO NOT SVN-MERGE THIS FILE, EITHER Mon Aug 22 17:03:34 PDT 2011
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
@@ -3347,7 +3347,7 @@ tSCC zHpux11_AbsList[] =
  *  Machine/OS name selection pattern
  */
 tSCC* apzHpux11_AbsMachs[] = {
-        "ia64-hp-hpux11*",
+        "*-hp-hpux11*",
         (const char*)NULL };
 
 /*
index d538706156a7ab8aab4148577fcc9c29be999150..d670d60dee463816dc72dba5988b13b434611993 100644 (file)
@@ -1862,7 +1862,7 @@ fix = {
  */
 fix = {
     hackname  = hpux11_abs;
-    mach      = "ia64-hp-hpux11*";
+    mach      = "*-hp-hpux11*";
     files     = stdlib.h;
     select    = "ifndef _MATH_INCLUDED";
     c_fix     = format;