diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-05-04 01:56:40 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-05-04 01:56:40 +0000 |
commit | 9777b772c83b4996e96dc175f0b6ea0cf0d589b1 (patch) | |
tree | 99f8860d1596e10d78e8c25e21cdf7fe1ffa5d8a /gas/config/tc-mips.h | |
parent | 774e5d7f648d0b953c0d1ef415c6aaf885f5dea9 (diff) | |
download | gdb-9777b772c83b4996e96dc175f0b6ea0cf0d589b1.zip gdb-9777b772c83b4996e96dc175f0b6ea0cf0d589b1.tar.gz gdb-9777b772c83b4996e96dc175f0b6ea0cf0d589b1.tar.bz2 |
* as.h (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): If not already defined, define
them to zero.
* config/tc-*.h, config/te-*.h: If defining them, define them to be 1 instead
of empty.
* expr.c (integer_constant, operand): Test them at run time instead of compile
time.
* read.c (read_a_source_file): Ditto.
* symbols.c (colon): Ditto.
(dollar_*, define_dollar_label, fb_*): Define unconditionally.
* symbols.h (dollar_*, define_dollar_label, fb_*): Declare unconditionally.
Diffstat (limited to 'gas/config/tc-mips.h')
-rw-r--r-- | gas/config/tc-mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h index ba6d1b4..f0f9692 100644 --- a/gas/config/tc-mips.h +++ b/gas/config/tc-mips.h @@ -31,7 +31,7 @@ #define REPEAT_CONS_EXPRESSIONS #define RELOC_EXPANSION_POSSIBLE #define MAX_RELOC_EXPANSION 3 -#define LOCAL_LABELS_FB +#define LOCAL_LABELS_FB 1 /* The MIPS assembler appears to keep all symbols. */ #define LOCAL_LABEL(name) 0 |