diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-04-11 06:10:34 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-04-11 06:10:34 +0000 |
commit | 9b0da28b13c6a9a22090d7ce8946210b7b65926f (patch) | |
tree | 46bb6d1b0fea2d257ac322cecba931e462863ad8 /gas/config/tc-a29k.c | |
parent | 49073be098319a9f78527640d0ae3646a1802b71 (diff) | |
download | gdb-9b0da28b13c6a9a22090d7ce8946210b7b65926f.zip gdb-9b0da28b13c6a9a22090d7ce8946210b7b65926f.tar.gz gdb-9b0da28b13c6a9a22090d7ce8946210b7b65926f.tar.bz2 |
write.c: Complain about .space or .org moving backwards.
Do generic rs_machine_dependent relaxation only if TC_GENERIC_RELAX_TABLE is
defined. Use its value as the base of the table, so the actual declaration
can be cpu-specific (and const or not as appropriate). For other cpus where
this isn't done (the majority), delete md_relax_table altogether.
For machines with WORKING_DOT_WORD, delete md_{short,long}_jump_size.
Diffstat (limited to 'gas/config/tc-a29k.c')
-rw-r--r-- | gas/config/tc-a29k.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 41d9277..286b73b 100644 --- a/gas/config/tc-a29k.c +++ b/gas/config/tc-a29k.c @@ -32,11 +32,6 @@ #define machine_ip a29k_ip #define machine_it a29k_it -const relax_typeS md_relax_table[] = -{ - { 0, 0, 0, 0 } -}; - #define IMMEDIATE_BIT 0x01000000 /* Turns RB into Immediate */ #define ABSOLUTE_BIT 0x01000000 /* Turns PC-relative to Absolute */ #define CE_BIT 0x00800000 /* Coprocessor enable in LOAD */ |