diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-24 06:56:27 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-24 06:56:27 +0000 |
commit | f434327356b87a66859ea6556a46f6dc8574535a (patch) | |
tree | bcb27dc2ebb96e796c4c0a7d42d3bb44e1a372e2 /gcc/fixinc | |
parent | b1564c055413b216edf04bd0ca8306cb78b3af28 (diff) | |
download | gcc-f434327356b87a66859ea6556a46f6dc8574535a.tar.gz |
* fixinc/inclhack.def (AAB_svr4_replace_byteorder): Enhance
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
Diffstat (limited to 'gcc/fixinc')
-rw-r--r-- | gcc/fixinc/fixincl.x | 11 | ||||
-rw-r--r-- | gcc/fixinc/inclhack.def | 7 |
2 files changed, 12 insertions, 6 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index 95c5dd77510..5b689dfcd00 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 374b860a9ed..8dd5f1c1598 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 |