X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-crx.h;h=da6d710215c1c935e18819eb7376274633cf980d;hb=62ebcb5cbedf0fdc0b5faaa05e46aa43ced2aa68;hp=1777ab0611bb5b71adc93ec3c69d9cc31d2764b1;hpb=e30d16e9ecd56cd2557b30ae1116946d772944b3;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-crx.h b/gas/config/tc-crx.h index 1777ab0611..da6d710215 100644 --- a/gas/config/tc-crx.h +++ b/gas/config/tc-crx.h @@ -60,7 +60,8 @@ extern int crx_force_relocation (struct fix *); /* 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 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 \