diff options
Diffstat (limited to 'gas/config/tc-arm.h')
-rw-r--r-- | gas/config/tc-arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.h b/gas/config/tc-arm.h index e01594539d6..441c16f30c3 100644 --- a/gas/config/tc-arm.h +++ b/gas/config/tc-arm.h @@ -122,7 +122,7 @@ struct fix; #define EXTERN_FORCE_RELOC 1 #define tc_fix_adjustable(FIX) arm_fix_adjustable (FIX) -boolean arm_fix_adjustable PARAMS ((struct fix *)); +bfd_boolean arm_fix_adjustable PARAMS ((struct fix *)); /* Values passed to md_apply_fix3 don't include the symbol value. */ #define MD_APPLY_SYM_VALUE(FIX) 0 |