summaryrefslogtreecommitdiff
path: root/gas/config/tc-v850.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-v850.h')
-rw-r--r--gas/config/tc-v850.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-v850.h b/gas/config/tc-v850.h
index 9f372932c79..7bcfd5ecc75 100644
--- a/gas/config/tc-v850.h
+++ b/gas/config/tc-v850.h
@@ -35,7 +35,7 @@ extern const char * v850_target_format;
#define md_operand(x)
#define tc_fix_adjustable(FIX) v850_fix_adjustable (FIX)
-extern bfd_boolean v850_fix_adjustable (struct fix *);
+extern bool v850_fix_adjustable (struct fix *);
#define TC_FORCE_RELOCATION(FIX) v850_force_relocation(FIX)
extern int v850_force_relocation (struct fix *);