From adc8046e1d2cde2d11337c73767b54abd6207a18 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 1 Apr 1999 00:15:14 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/fixinc/fixincl.sh | 6 +++--- gcc/fixinc/fixincl.x | 10 +++++----- gcc/fixinc/inclhack.def | 4 ++-- gcc/fixinc/inclhack.sh | 10 +++++----- 5 files changed, 20 insertions(+), 15 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 58b324a..cb4b186 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 1 01:09:27 1999 Alexandre Oliva + + * 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 diff --git a/gcc/fixinc/fixincl.sh b/gcc/fixinc/fixincl.sh index 3b1aad3..484f812 100755 --- a/gcc/fixinc/fixincl.sh +++ b/gcc/fixinc/fixincl.sh @@ -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 diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index 5aaa46e..94752a9 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -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 }; diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index f8bddd6..7536da9 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -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"; }; diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh index b99ee32..c091bae 100755 --- a/gcc/fixinc/inclhack.sh +++ b/gcc/fixinc/inclhack.sh @@ -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}. -- 2.7.4