* fixinc/inclhack.def: Fix typos in c_asm.h fix.
* fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixinc.sh: Rebuilt.
From-SVN: r26093
+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
#
# 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
/*
* 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
* 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 };
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";
};
#
# 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
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}.