mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 01:59:43 +08:00
inclhack.def: Fix typos in c_asm.h fix.
* fixinc/inclhack.def: Fix typos in c_asm.h fix. * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixinc.sh: Rebuilt. From-SVN: r26093
This commit is contained in:
parent
51632249ef
commit
adc8046e1d
@ -1,3 +1,8 @@
|
||||
Thu Apr 1 01:09:27 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* fixinc/inclhack.def: Fix typos in c_asm.h fix.
|
||||
* fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixinc.sh: Rebuilt.
|
||||
|
||||
Wed Mar 31 17:20:11 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* toplev.c (rest_of_compilation): Allow dbr_schedule to write to
|
||||
|
@ -2,9 +2,9 @@
|
||||
#
|
||||
# DO NOT EDIT THIS FILE (fixincl.sh)
|
||||
#
|
||||
# It has been autogen-ed Wednesday March 31, 1999 at 12:03:13 PM PST
|
||||
# From the definitions inclhack.def
|
||||
# and the template file inclhack.tpl
|
||||
# It has been autogen-ed Thursday April 1, 1999 at 01:07:59 AM MST
|
||||
# From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
|
||||
# and the template file /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
|
||||
#
|
||||
# Install modified versions of certain ANSI-incompatible system header
|
||||
# files which are fixed to work correctly with ANSI C and placed in a
|
||||
|
@ -1,9 +1,9 @@
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE (fixincl.x)
|
||||
*
|
||||
* It has been autogen-ed Wednesday March 31, 1999 at 12:03:54 PM PST
|
||||
* From the definitions inclhack.def
|
||||
* and the template file fixincl.tpl
|
||||
* It has been autogen-ed Thursday April 1, 1999 at 01:07:59 AM MST
|
||||
* From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
|
||||
* and the template file /puke/law//egcs/egcs/gcc/fixinc/fixincl.tpl
|
||||
*
|
||||
* Install modified versions of certain ANSI-incompatible system header
|
||||
* files which are fixed to work correctly with ANSI C and placed in a
|
||||
@ -566,9 +566,9 @@ tSCC zDec_Intern_AsmList[] =
|
||||
* Fix Command Arguments for Dec_Intern_Asm
|
||||
*/
|
||||
const char* apzDec_Intern_AsmPatch[] = { "sed",
|
||||
"-e" "/^[ \t]*float[ \t]*fasm/i\n"
|
||||
"-e" "/^[ \t]*float[ \t]*fasm/i\\\n"
|
||||
"#ifdef __DECC\n",
|
||||
"-e" "/^[ \t]*#[ \t]*pragma[ \t]*intrinsic([ \t]*dasm/a\n"
|
||||
"-e" "/^[ \t]*#[ \t]*pragma[ \t]*intrinsic([ \t]*dasm/a\\\n"
|
||||
"#endif\n",
|
||||
(char*)NULL };
|
||||
|
||||
|
@ -238,8 +238,8 @@ fix = {
|
||||
fix = {
|
||||
hackname = dec_intern_asm;
|
||||
files = c_asm.h;
|
||||
sed = "/^[ \t]*float[ \t]*fasm/i\n#ifdef __DECC\n";
|
||||
sed = "/^[ \t]*#[ \t]*pragma[ \t]*intrinsic([ \t]*dasm/a\n"
|
||||
sed = "/^[ \t]*float[ \t]*fasm/i\\\n#ifdef __DECC\n";
|
||||
sed = "/^[ \t]*#[ \t]*pragma[ \t]*intrinsic([ \t]*dasm/a\\\n"
|
||||
"#endif\n";
|
||||
};
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
#
|
||||
# DO NOT EDIT THIS FILE (inclhack.sh)
|
||||
#
|
||||
# It has been autogen-ed Wednesday March 31, 1999 at 12:02:52 PM PST
|
||||
# From the definitions inclhack.def
|
||||
# and the template file inclhack.tpl
|
||||
# It has been autogen-ed Thursday April 1, 1999 at 01:07:58 AM MST
|
||||
# From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
|
||||
# and the template file /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
|
||||
#
|
||||
# Install modified versions of certain ANSI-incompatible system header
|
||||
# files which are fixed to work correctly with ANSI C and placed in a
|
||||
@ -712,10 +712,10 @@ struct rusage;
|
||||
then infile=${file}
|
||||
else infile=${DESTFILE} ; fi
|
||||
|
||||
sed -e '/^[ ]*float[ ]*fasm/i
|
||||
sed -e '/^[ ]*float[ ]*fasm/i\
|
||||
#ifdef __DECC
|
||||
' \
|
||||
-e '/^[ ]*#[ ]*pragma[ ]*intrinsic([ ]*dasm/a
|
||||
-e '/^[ ]*#[ ]*pragma[ ]*intrinsic([ ]*dasm/a\
|
||||
#endif
|
||||
' \
|
||||
< $infile > ${DESTFILE}.
|
||||
|
Loading…
Reference in New Issue
Block a user