diff options
Diffstat (limited to 'gas/config/tc-pj.c')
-rw-r--r-- | gas/config/tc-pj.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-pj.c b/gas/config/tc-pj.c index 408dde6..dba4cbc 100644 --- a/gas/config/tc-pj.c +++ b/gas/config/tc-pj.c @@ -96,7 +96,8 @@ parse_exp_save_ilp (char *s, expressionS *op) we want to handle magic pending reloc expressions specially. */ void -pj_cons_fix_new_pj (fragS *frag, int where, int nbytes, expressionS *exp) +pj_cons_fix_new_pj (fragS *frag, int where, int nbytes, expressionS *exp, + bfd_reloc_code_real_type r ATTRIBUTE_UNUSED) { static int rv[5][2] = { { 0, 0 }, |