diff options
Diffstat (limited to 'gas/config/tc-d10v.h')
-rw-r--r-- | gas/config/tc-d10v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-d10v.h b/gas/config/tc-d10v.h index 53fe66e..dd8ad58 100644 --- a/gas/config/tc-d10v.h +++ b/gas/config/tc-d10v.h @@ -58,7 +58,7 @@ int d10v_cleanup PARAMS ((void)); } while (0) #define tc_fix_adjustable(FIX) d10v_fix_adjustable(FIX) -boolean d10v_fix_adjustable PARAMS ((struct fix *)); +bfd_boolean d10v_fix_adjustable PARAMS ((struct fix *)); #define TC_FORCE_RELOCATION(FIX) d10v_force_relocation(FIX) extern int d10v_force_relocation PARAMS ((struct fix *)); |