Commit adc8046e by Alexandre Oliva Committed by Jeff Law

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
parent 51632249
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) Wed Mar 31 17:20:11 1999 Jeffrey A Law (law@cygnus.com)
* toplev.c (rest_of_compilation): Allow dbr_schedule to write to * toplev.c (rest_of_compilation): Allow dbr_schedule to write to
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# DO NOT EDIT THIS FILE (fixincl.sh) # DO NOT EDIT THIS FILE (fixincl.sh)
# #
# It has been autogen-ed Wednesday March 31, 1999 at 12:03:13 PM PST # It has been autogen-ed Thursday April 1, 1999 at 01:07:59 AM MST
# From the definitions inclhack.def # From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
# and the template file inclhack.tpl # and the template file /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
# #
# Install modified versions of certain ANSI-incompatible system header # Install modified versions of certain ANSI-incompatible system header
# files which are fixed to work correctly with ANSI C and placed in a # files which are fixed to work correctly with ANSI C and placed in a
......
/* /*
* DO NOT EDIT THIS FILE (fixincl.x) * DO NOT EDIT THIS FILE (fixincl.x)
* *
* It has been autogen-ed Wednesday March 31, 1999 at 12:03:54 PM PST * It has been autogen-ed Thursday April 1, 1999 at 01:07:59 AM MST
* From the definitions inclhack.def * From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
* and the template file fixincl.tpl * and the template file /puke/law//egcs/egcs/gcc/fixinc/fixincl.tpl
* *
* Install modified versions of certain ANSI-incompatible system header * Install modified versions of certain ANSI-incompatible system header
* files which are fixed to work correctly with ANSI C and placed in a * files which are fixed to work correctly with ANSI C and placed in a
...@@ -566,9 +566,9 @@ tSCC zDec_Intern_AsmList[] = ...@@ -566,9 +566,9 @@ tSCC zDec_Intern_AsmList[] =
* Fix Command Arguments for Dec_Intern_Asm * Fix Command Arguments for Dec_Intern_Asm
*/ */
const char* apzDec_Intern_AsmPatch[] = { "sed", const char* apzDec_Intern_AsmPatch[] = { "sed",
"-e" "/^[ \t]*float[ \t]*fasm/i\n" "-e" "/^[ \t]*float[ \t]*fasm/i\\\n"
"#ifdef __DECC\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", "#endif\n",
(char*)NULL }; (char*)NULL };
......
...@@ -238,8 +238,8 @@ fix = { ...@@ -238,8 +238,8 @@ fix = {
fix = { fix = {
hackname = dec_intern_asm; hackname = dec_intern_asm;
files = c_asm.h; files = c_asm.h;
sed = "/^[ \t]*float[ \t]*fasm/i\n#ifdef __DECC\n"; sed = "/^[ \t]*float[ \t]*fasm/i\\\n#ifdef __DECC\n";
sed = "/^[ \t]*#[ \t]*pragma[ \t]*intrinsic([ \t]*dasm/a\n" sed = "/^[ \t]*#[ \t]*pragma[ \t]*intrinsic([ \t]*dasm/a\\\n"
"#endif\n"; "#endif\n";
}; };
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# DO NOT EDIT THIS FILE (inclhack.sh) # DO NOT EDIT THIS FILE (inclhack.sh)
# #
# It has been autogen-ed Wednesday March 31, 1999 at 12:02:52 PM PST # It has been autogen-ed Thursday April 1, 1999 at 01:07:58 AM MST
# From the definitions inclhack.def # From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
# and the template file inclhack.tpl # and the template file /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
# #
# Install modified versions of certain ANSI-incompatible system header # Install modified versions of certain ANSI-incompatible system header
# files which are fixed to work correctly with ANSI C and placed in a # files which are fixed to work correctly with ANSI C and placed in a
...@@ -712,10 +712,10 @@ struct rusage; ...@@ -712,10 +712,10 @@ struct rusage;
then infile=${file} then infile=${file}
else infile=${DESTFILE} ; fi else infile=${DESTFILE} ; fi
sed -e '/^[ ]*float[ ]*fasm/i sed -e '/^[ ]*float[ ]*fasm/i\
#ifdef __DECC #ifdef __DECC
' \ ' \
-e '/^[ ]*#[ ]*pragma[ ]*intrinsic([ ]*dasm/a -e '/^[ ]*#[ ]*pragma[ ]*intrinsic([ ]*dasm/a\
#endif #endif
' \ ' \
< $infile > ${DESTFILE}. < $infile > ${DESTFILE}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment