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 2af7cbd..3b3ebfd 100644 --- a/gas/config/tc-d10v.h +++ b/gas/config/tc-d10v.h @@ -51,7 +51,7 @@ void d10v_frob_label (symbolS *); #define tc_frob_label(sym) d10v_frob_label (sym) #define tc_fix_adjustable(FIX) d10v_fix_adjustable(FIX) -bfd_boolean d10v_fix_adjustable (struct fix *); +bool d10v_fix_adjustable (struct fix *); /* Values passed to md_apply_fix don't include the symbol value. */ #define MD_APPLY_SYM_VALUE(FIX) 0 |