OSDN Git Service

* fixinc/inclhack.def (AAB_svr4_replace_byteorder): Enhance
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Aug 2003 06:56:27 +0000 (06:56 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Aug 2003 06:56:27 +0000 (06:56 +0000)
comment.  Enable for DYNIX/ptx systems (when they switch to
regular fixincludes).
* fixinc/fixincl.x: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70760 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.def

index b87e9dc..edda5b2 100644 (file)
@@ -1,3 +1,10 @@
+2003-08-24  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * fixinc/inclhack.def (AAB_svr4_replace_byteorder):  Enhance
+       comment.  Enable for DYNIX/ptx systems (when they switch to
+       regular fixincludes).
+       * fixinc/fixincl.x: Regenerate.
+
 2003-08-23  Jason Eckhardt  <jle@rice.edu>
 
        * config/i860/t-i860: New.
index 95c5dd7..5b689df 100644 (file)
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Tuesday August 12, 2003 at 03:04:53 AM EDT
+ * It has been AutoGen-ed  Sunday August 17, 2003 at 01:31:26 AM EDT
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT CVS-MERGE THIS FILE, EITHER Tue Aug 12 03:04:53 EDT 2003
+/* DO NOT CVS-MERGE THIS FILE, EITHER Sun Aug 17 01:31:26 EDT 2003
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
@@ -286,8 +286,9 @@ fix = {\n\
 };\n\
 #endif\n\n\n\
 /*\n\
- *  Completely replace <sys/byteorder.h>; with a file that implements gcc's\n\
- *  optimized byteswapping.\n\
+ *  Completely replace <sys/byteorder.h> with a file that implements gcc's\n\
+ *  optimized byteswapping.  (The original probably implemented some\n\
+ *  incompatible optimized byteswapping.)\n\
  */\n\
 fix = {\n\
     hackname = AAB_svr4_replace_byteorder;\n\
@@ -298,6 +299,8 @@ fix = {\n\
     mach     = \"i[34567]86-*-solaris2.[0-4]\";\n\
     mach     = \"powerpcle-*-solaris2.[0-4]\";\n\
     mach     = \"sparc-*-solaris2.[0-4]\";\n\
+    mach     = \"i[34567]86-sequent-ptx*\";\n\
+    mach     = \"i[34567]86-sequent-sysv3*\";\n\
     files    = sys/byteorder.h;\n\
     replace  = <<-  _EndOfHeader_\n\
 #ifndef _SYS_BYTEORDER_H\n\
index 374b860..8dd5f1c 100644 (file)
@@ -221,8 +221,9 @@ fix = {
 
 
 /*
- *  Completely replace <sys/byteorder.h>; with a file that implements gcc's
- *  optimized byteswapping.
+ *  Completely replace <sys/byteorder.h> with a file that implements gcc's
+ *  optimized byteswapping.  (The original probably implemented some
+ *  incompatible optimized byteswapping.)
  */
 fix = {
     hackname = AAB_svr4_replace_byteorder;
@@ -233,6 +234,8 @@ fix = {
     mach     = "i[34567]86-*-solaris2.[0-4]";
     mach     = "powerpcle-*-solaris2.[0-4]";
     mach     = "sparc-*-solaris2.[0-4]";
+    mach     = "i[34567]86-sequent-ptx*";
+    mach     = "i[34567]86-sequent-sysv3*";
     files    = sys/byteorder.h;
     replace  = <<-  _EndOfHeader_
        #ifndef _SYS_BYTEORDER_H