aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-aarch64.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-04-09 14:05:58 +0100
committerNick Clifton <nickc@redhat.com>2014-04-09 14:05:58 +0100
commit00c06fdc57ab89d14789b5207763410a79c39a11 (patch)
tree6993beb73531d9a66f63273c5b33d45dad4c90a6 /gas/config/tc-aarch64.h
parent15a9128a964499b78bd70ef3d2dc73edce56d825 (diff)
downloadgdb-00c06fdc57ab89d14789b5207763410a79c39a11.zip
gdb-00c06fdc57ab89d14789b5207763410a79c39a11.tar.gz
gdb-00c06fdc57ab89d14789b5207763410a79c39a11.tar.bz2
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.
Diffstat (limited to 'gas/config/tc-aarch64.h')
-rw-r--r--gas/config/tc-aarch64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-aarch64.h b/gas/config/tc-aarch64.h
index e8e26da..94a3dc9 100644
--- a/gas/config/tc-aarch64.h
+++ b/gas/config/tc-aarch64.h
@@ -114,7 +114,7 @@ void aarch64_copy_symbol_attributes (symbolS *, symbolS *);
|| (FIX)->fx_r_type == BFD_RELOC_32 \
|| TC_FORCE_RELOCATION (FIX))
-#define TC_CONS_FIX_NEW cons_fix_new_aarch64
+#define TC_CONS_FIX_NEW(f,w,s,e,r) cons_fix_new_aarch64 ((f), (w), (s), (e))
/* Max code alignment is 32 bytes */
#define MAX_MEM_FOR_RS_ALIGN_CODE 31