diff options
author | Tom Wood <wood@gnu.org> | 1992-03-20 12:22:18 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-03-20 12:22:18 +0000 |
commit | b009935de3425ae0283b19b5889b4947091141ae (patch) | |
tree | 1bd8809ba28b6201ffc5cb32016bab5c1a48d919 /gcc | |
parent | df78267114bba80595f7c728c80ea6cb11757f29 (diff) | |
download | gcc-b009935de3425ae0283b19b5889b4947091141ae.zip gcc-b009935de3425ae0283b19b5889b4947091141ae.tar.gz gcc-b009935de3425ae0283b19b5889b4947091141ae.tar.bz2 |
entered into RCS
From-SVN: r531
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m88k/dgux.h | 4 | ||||
-rw-r--r-- | gcc/config/m88k/sysv4.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h index 6d5494f..796ae1e 100644 --- a/gcc/config/m88k/dgux.h +++ b/gcc/config/m88k/dgux.h @@ -78,7 +78,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_SPEC "\ %{V} %{v:%{!V:-V}} %{pipe: - %{msvr4:%{mversion-03.00:-KV3}}}\ %{!mlegend:%{mstandard:-Wc,off}}\ -%{mlegend:-Wc,-fix-bb,-h\"gcc-1.96.5\",-s\"%i\"\ +%{mlegend:-Wc,-fix-bb,-h\"gcc-2.0.3\",-s\"%i\"\ %{traditional:,-lc}%{!traditional:,-lansi-c}\ %{mstandard:,-keep-std}\ %{mkeep-coff:,-keep-coff}\ @@ -128,7 +128,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_FIRST_LINE(FILE) \ do { \ if (VERSION_0300_SYNTAX) \ - fprintf (FILE, "%s\t \"03.00\"\n", VERSION_ASM_OP); \ + fprintf (FILE, "\t%s\t \"03.00\"\n", VERSION_ASM_OP); \ if (write_symbols != NO_DEBUG \ && ! (TARGET_STANDARD && ! TARGET_LEGEND)) \ { \ diff --git a/gcc/config/m88k/sysv4.h b/gcc/config/m88k/sysv4.h index 1e7e093..90fb2f8 100644 --- a/gcc/config/m88k/sysv4.h +++ b/gcc/config/m88k/sysv4.h @@ -62,5 +62,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CTORS_SECTION_ASM_OP "section\t.ctors,\"a\",#progbits" #undef DTORS_SECTION_ASM_OP #define DTORS_SECTION_ASM_OP "section\t.dtors,\"a\",#progbits" - - |