diff options
author | Alan Modra <amodra@gmail.com> | 2000-02-24 01:56:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-02-24 01:56:31 +0000 |
commit | abd63a324ba0be30ce0f6287400984b5a4560099 (patch) | |
tree | f632d3f6373483c5f545e66f8e479afbaeef86bb /gas/config/tc-m88k.h | |
parent | b5ebe70e6edf1e912248bbd98afb3ee7633a6348 (diff) | |
download | gdb-abd63a324ba0be30ce0f6287400984b5a4560099.zip gdb-abd63a324ba0be30ce0f6287400984b5a4560099.tar.gz gdb-abd63a324ba0be30ce0f6287400984b5a4560099.tar.bz2 |
Remove dead code when not TC_M68K.
Diffstat (limited to 'gas/config/tc-m88k.h')
-rw-r--r-- | gas/config/tc-m88k.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-m88k.h b/gas/config/tc-m88k.h index 426b697..cbd69c8 100644 --- a/gas/config/tc-m88k.h +++ b/gas/config/tc-m88k.h @@ -1,7 +1,7 @@ /* m88k.h -- Assembler for the Motorola 88000 Contributed by Devon Bowen of Buffalo University and Torbjorn Granlund of the Swedish Institute of Computer Science. - Copyright (C) 1989, 90, 91, 92, 93, 94, 95, 96, 1997 + Copyright (C) 1989, 90, 91, 92, 93, 94, 95, 96, 97, 2000 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -70,7 +70,7 @@ struct reloc_info_m88k #endif /* The m88k uses pseudo-ops with no leading period. */ -#define NO_PSEUDO_DOT +#define NO_PSEUDO_DOT 1 /* Don't warn on word overflow; it happens on %hi relocs. */ #undef WARN_SIGNED_OVERFLOW_WORD |