* config/tc-arc.c (arc_condition_codes): Deleted.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 7 Apr 1995 03:13:42 +0000 (03:13 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 7 Apr 1995 03:13:42 +0000 (03:13 +0000)
commit5acf432d3f1088ee99d57c55d5cae3624655ca12
tree9b5d55be6d4c28bd8445e7ea6e767d2e9753244f
parent77a8995732352e5c16d0a2b9da61e8e4f448537c
* config/tc-arc.c (arc_condition_codes): Deleted.
(init_opcode_tables): Delete cpu_type_map, call
arc_get_opcode_mach instead.
(arc_common): Delete non-ELF stuff.  Require leading '.' in .data.
(md_apply_fix): Delete non-ELF stuff.
Disable special handling of limm values, treat them normally.
(get_arc_exp_reloc_type): New argument `data_p'.  Callers updated.
(md_assemble): All limm operands must be output by gas, the opcode
insertion routines cannot be used (they don't do anything and we're
using implicit addends now so we need to output something).
* config/tc-arc.h (FAKE_LABEL_NAME): Define.
gas/config/tc-arc.c