* config/tc-arc.c (arc_insert_operand): Change reg parm to pointer
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 19 Dec 1994 21:05:59 +0000 (21:05 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 19 Dec 1994 21:05:59 +0000 (21:05 +0000)
commit49af8f35339c03d8af94900d4fccaf4bf78233ac
treee776a11c602629d7528cff9a0e3cd953dc7522ac
parentedb35c135b95d65fbaf7819485c87a4a6937c2e9
* config/tc-arc.c (arc_insert_operand): Change reg parm to pointer
to table entry.  All callers changed.
(md_shortopts): New argument -mmult.
(md_parse_option): Recognize it.
(md_show_usage): Print it.
(md_begin): If -mmult, say we have the new multiply and shift insns.
(md_assemble): Fix reloc generation for 32 bit immediate values.
Clean up modifier handling.  Try next insn if fake operand says there's
an error.  Update to new syntax of insertion/extraction fns.
Recognize predefined aux regs.  Don't abort if insertion fn missing.
gas/config/tc-arc.c [new file with mode: 0644]