mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 22:01:20 +08:00
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
This commit is contained in:
parent
b882d60dbf
commit
791996d16d
@ -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.
|
||||
|
@ -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\
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user