diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1999-04-01 00:15:14 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-31 17:15:14 -0700 |
commit | adc8046e1d2cde2d11337c73767b54abd6207a18 (patch) | |
tree | 7c0fcc1dc5eced1cfcf8830a9691e6a653ce1810 /gcc | |
parent | 51632249ef73fee7a6c76af82acef9164e20761b (diff) | |
download | gcc-adc8046e1d2cde2d11337c73767b54abd6207a18.zip gcc-adc8046e1d2cde2d11337c73767b54abd6207a18.tar.gz gcc-adc8046e1d2cde2d11337c73767b54abd6207a18.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/fixinc/fixincl.sh | 6 | ||||
-rw-r--r-- | gcc/fixinc/fixincl.x | 10 | ||||
-rw-r--r-- | gcc/fixinc/inclhack.def | 4 | ||||
-rwxr-xr-x | 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 <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 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}. |