Commit 553914ad by Manfred Hollstein Committed by Jeff Law

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
parent 64fde701
Sun Nov 9 01:40:40 1997 Manfred Hollstein (manfred@s-direktnet.de)
* m88k/dgux.h (ASM_CPU_SPEC): Reformatted to suppress wrong whitespace
in generated `specs' file.
Sun Nov 9 01:37:11 1997 Jim Wilson (wilson@cygnus.com) Sun Nov 9 01:37:11 1997 Jim Wilson (wilson@cygnus.com)
* flags.h (flag_rerun_loop_opt): Declare. * flags.h (flag_rerun_loop_opt): Declare.
......
...@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */
(TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG) (TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
#ifndef VERSION_INFO2 #ifndef VERSION_INFO2
#define VERSION_INFO2 "$Revision: 1.24 $" #define VERSION_INFO2 "$Revision: 1.1.1.1 $"
#endif #endif
#ifndef NO_BUGS #ifndef NO_BUGS
#define AS_BUG_IMMEDIATE_LABEL #define AS_BUG_IMMEDIATE_LABEL
...@@ -137,13 +137,13 @@ Boston, MA 02111-1307, USA. */ ...@@ -137,13 +137,13 @@ Boston, MA 02111-1307, USA. */
#define ASM_CPU_SPEC "\ #define ASM_CPU_SPEC "\
%{v:-V}\ %{v:-V}\
%{g:\ %{g:\
%{mno-legend:-Wc,off}\ %{mno-legend:-Wc,off}\
%{!mno-legend:-Wc,-fix-bb,-s\"%i\"\ %{!mno-legend:-Wc,-fix-bb,-s\"%i\"\
%{traditional:,-lc}\ %{traditional:,-lc}\
%{!traditional:,-lansi-c}\ %{!traditional:,-lansi-c}\
%{mstandard:,-keep-std}\ %{mstandard:,-keep-std}\
%{mexternal-legend:,-external}\ %{mexternal-legend:,-external}\
%{mocs-frame-position:,-ocs}}}" %{mocs-frame-position:,-ocs}}}"
#define CPP_CPU_SPEC "\ #define CPP_CPU_SPEC "\
%{!m88000:%{!m88100:%{m88110:-D__m88110__}}} \ %{!m88000:%{!m88100:%{m88110:-D__m88110__}}} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment