X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-crx.h;h=1cf65db1ef6e4ea9eefff30683934ff8182b98b5;hb=97f50151221de0a023a8317559b1992a90f9cb8f;hp=1777ab0611bb5b71adc93ec3c69d9cc31d2764b1;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-crx.h b/gas/config/tc-crx.h index 1777ab0611..1cf65db1ef 100644 --- a/gas/config/tc-crx.h +++ b/gas/config/tc-crx.h @@ -1,5 +1,5 @@ /* tc-crx.h -- Header file for tc-crx.c, the CRX GAS port. - Copyright (C) 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2004-2016 Free Software Foundation, Inc. Contributed by Tomer Levi, NSC, Israel. Originally written for GAS 2.12 by Tomer Levi, NSC, Israel. @@ -58,16 +58,17 @@ extern int crx_force_relocation (struct fix *); #define DWARF2_LINE_MIN_INSN_LENGTH 2 /* This is called by emit_expr when creating a reloc for a cons. - We could use the definition there, except that we want to handle + We could use the definition there, except that we want to handle the CRX reloc type specially, rather than the BFD_RELOC type. */ -#define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ +#define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ + (void) RELOC, \ fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \ LEN == 1 ? BFD_RELOC_CRX_NUM8 \ : LEN == 2 ? BFD_RELOC_CRX_NUM16 \ : LEN == 4 ? BFD_RELOC_CRX_NUM32 \ : BFD_RELOC_NONE); -/* Give an error if a frag containing code is not aligned to a 2-byte +/* Give an error if a frag containing code is not aligned to a 2-byte boundary. */ #define md_frag_check(FRAGP) \ if ((FRAGP)->has_code \