aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-08-24 06:56:27 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-08-24 06:56:27 +0000
commit791996d16d3e154f3551c2754e26882e14176303 (patch)
treebcb27dc2ebb96e796c4c0a7d42d3bb44e1a372e2 /gcc
parentb882d60dbf43e8d21e51e5f0d132e95c2aad1523 (diff)
downloadgcc-791996d16d3e154f3551c2754e26882e14176303.zip
gcc-791996d16d3e154f3551c2754e26882e14176303.tar.gz
gcc-791996d16d3e154f3551c2754e26882e14176303.tar.bz2
inclhack.def (AAB_svr4_replace_byteorder): Enhance comment.
* fixinc/inclhack.def (AAB_svr4_replace_byteorder): Enhance comment. Enable for DYNIX/ptx systems (when they switch to regular fixincludes). * fixinc/fixincl.x: Regenerate. From-SVN: r70760
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/fixinc/fixincl.x11
-rw-r--r--gcc/fixinc/inclhack.def7
3 files changed, 19 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b87e9dc..edda5b2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x
index 95c5dd7..5b689df 100644
--- a/gcc/fixinc/fixincl.x
+++ b/gcc/fixinc/fixincl.x
@@ -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\
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index 374b860..8dd5f1c 100644
--- a/gcc/fixinc/inclhack.def
+++ b/gcc/fixinc/inclhack.def
@@ -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