diff options
author | Tom Wood <wood@gnu.org> | 1992-10-28 20:24:06 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-10-28 20:24:06 +0000 |
commit | 29f104846c14612c2730a87c80caa57e6628af14 (patch) | |
tree | a9852a3f3f51055b3eed317fd6a76c9539f73047 /gcc/config/m88k/dgux.h | |
parent | d63ed2d3188079b06830c3dfa03d7bfcd03921b2 (diff) | |
download | gcc-29f104846c14612c2730a87c80caa57e6628af14.zip gcc-29f104846c14612c2730a87c80caa57e6628af14.tar.gz gcc-29f104846c14612c2730a87c80caa57e6628af14.tar.bz2 |
(AS_BUG_FLDCR): Define to accomodate 4.30 assembler bug.
From-SVN: r2633
Diffstat (limited to 'gcc/config/m88k/dgux.h')
-rw-r--r-- | gcc/config/m88k/dgux.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h index 592d862..0cdf511 100644 --- a/gcc/config/m88k/dgux.h +++ b/gcc/config/m88k/dgux.h @@ -31,6 +31,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef NO_BUGS #define AS_BUG_IMMEDIATE_LABEL +/* The DG/UX 4.30 assembler doesn't accept the symbol `fcr63'. */ +#define AS_BUG_FLDCR #endif #include "svr4.h" @@ -84,7 +86,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-2.2.13\",-s\"%i\"\ +%{mlegend:-Wc,-fix-bb,-h\"gcc-2.2.14\",-s\"%i\"\ %{traditional:,-lc}%{!traditional:,-lansi-c}\ %{mstandard:,-keep-std}\ %{mkeep-coff:,-keep-coff}\ |