Fix a few more targets affected by the change to the TC_CONS_FIX_NEW macro.
authorNick Clifton <nickc@redhat.com>
Wed, 9 Apr 2014 13:05:58 +0000 (14:05 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 9 Apr 2014 13:05:58 +0000 (14:05 +0100)
commit00c06fdc57ab89d14789b5207763410a79c39a11
tree6993beb73531d9a66f63273c5b33d45dad4c90a6
parent15a9128a964499b78bd70ef3d2dc73edce56d825
Fix a few more targets affected by the change to the TC_CONS_FIX_NEW macro.

* config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
* config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
* config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
* read.c (emit_expr_fix): Mark the r parameter as potentially
unused.
gas/ChangeLog
gas/config/tc-aarch64.h
gas/config/tc-rl78.h
gas/config/tc-z80.h
gas/read.c