diff options
author | Richard Stallman <rms@gnu.org> | 1993-02-23 19:46:08 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-02-23 19:46:08 +0000 |
commit | d872043a17f843c539463f0f4954985ea5b604fb (patch) | |
tree | fa119da3958568148e1d9cfa434f9d9b7310e739 /gcc | |
parent | d4f8225ab778ea7989d56fdede19e8fc25f8026b (diff) | |
download | gcc-d872043a17f843c539463f0f4954985ea5b604fb.zip gcc-d872043a17f843c539463f0f4954985ea5b604fb.tar.gz gcc-d872043a17f843c539463f0f4954985ea5b604fb.tar.bz2 |
(NO_DOLLAR_IN_LABEL, NO_DOT_IN_LABEL): Defined.
From-SVN: r3514
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/mot3300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index c4e06df..36bf6ec 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -30,6 +30,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SGS_SWAP_W /* Use swap.w rather than just plain swap */ #define SGS_SWITCH_TABLES /* Different switch table handling */ +#define NO_DOLLAR_IN_LABEL +#define NO_DOT_IN_LABEL + #include "m68k/m68k.h" /* See m68k.h. 7 means 68020 with 68881. */ |