diff options
Diffstat (limited to 'gas/config/tc-m32c.h')
-rw-r--r-- | gas/config/tc-m32c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-m32c.h b/gas/config/tc-m32c.h index 98c35db..4817c71 100644 --- a/gas/config/tc-m32c.h +++ b/gas/config/tc-m32c.h @@ -44,7 +44,7 @@ extern void m32c_start_line_hook (void); extern void m32c_apply_fix (struct fix *, valueT *, segT); #define tc_fix_adjustable(fixP) m32c_fix_adjustable (fixP) -extern bfd_boolean m32c_fix_adjustable (struct fix *); +extern bool m32c_fix_adjustable (struct fix *); /* When relaxing, we need to emit various relocs we otherwise wouldn't. */ #define TC_FORCE_RELOCATION(fix) m32c_force_relocation (fix) |