diff options
Diffstat (limited to 'gas/config/tc-rx.h')
-rw-r--r-- | gas/config/tc-rx.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gas/config/tc-rx.h b/gas/config/tc-rx.h index 937af25..b82812d 100644 --- a/gas/config/tc-rx.h +++ b/gas/config/tc-rx.h @@ -68,9 +68,10 @@ extern long md_pcrel_from_section (struct fix *, segT); rx_validate_fix_sub (FIX) extern int rx_validate_fix_sub (struct fix *); -#define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ - rx_cons_fix_new (FRAG, WHERE, NBYTES, EXP) -extern void rx_cons_fix_new (fragS *, int, int, expressionS *); +#define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ + rx_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC) +extern void rx_cons_fix_new (fragS *, int, int, expressionS *, + bfd_reloc_code_real_type); #define tc_fix_adjustable(x) 0 |