diff options
author | Manfred Hollstein <manfred@s-direktnet.de> | 1997-11-09 08:39:38 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-11-09 01:39:38 -0700 |
commit | 553914ad8b7f0ae4a1b22694f35e7380c4051520 (patch) | |
tree | df6f71475e063b5de9e11633843ab7768bc62f2c /gcc/config/m88k | |
parent | 64fde7010b6a3a678df227c06df09815d3aaec2b (diff) | |
download | gcc-553914ad8b7f0ae4a1b22694f35e7380c4051520.zip gcc-553914ad8b7f0ae4a1b22694f35e7380c4051520.tar.gz gcc-553914ad8b7f0ae4a1b22694f35e7380c4051520.tar.bz2 |
dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace in generated `specs' file.
* m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
in generated `specs' file.
From-SVN: r16391
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r-- | gcc/config/m88k/dgux.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h index 6a3c4102..449bd1d 100644 --- a/gcc/config/m88k/dgux.h +++ b/gcc/config/m88k/dgux.h @@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ (TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG) #ifndef VERSION_INFO2 -#define VERSION_INFO2 "$Revision: 1.24 $" +#define VERSION_INFO2 "$Revision: 1.1.1.1 $" #endif #ifndef NO_BUGS #define AS_BUG_IMMEDIATE_LABEL @@ -137,13 +137,13 @@ Boston, MA 02111-1307, USA. */ #define ASM_CPU_SPEC "\ %{v:-V}\ %{g:\ - %{mno-legend:-Wc,off}\ - %{!mno-legend:-Wc,-fix-bb,-s\"%i\"\ - %{traditional:,-lc}\ - %{!traditional:,-lansi-c}\ - %{mstandard:,-keep-std}\ - %{mexternal-legend:,-external}\ - %{mocs-frame-position:,-ocs}}}" +%{mno-legend:-Wc,off}\ +%{!mno-legend:-Wc,-fix-bb,-s\"%i\"\ +%{traditional:,-lc}\ +%{!traditional:,-lansi-c}\ +%{mstandard:,-keep-std}\ +%{mexternal-legend:,-external}\ +%{mocs-frame-position:,-ocs}}}" #define CPP_CPU_SPEC "\ %{!m88000:%{!m88100:%{m88110:-D__m88110__}}} \ |