]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-or1k.h
Use bool in gas
[thirdparty/binutils-gdb.git] / gas / config / tc-or1k.h
index f173d8b2724da1074007949c3cb2eb75e6e883e5..a5782fd8f352a0bf24e1fea9f0ba0650e6aaac62 100644 (file)
@@ -46,7 +46,7 @@ extern const char or1k_comment_chars [];
 #define md_apply_fix or1k_apply_fix
 extern void or1k_apply_fix (struct fix *, valueT *, segT);
 
-extern bfd_boolean or1k_fix_adjustable (struct fix *);
+extern bool or1k_fix_adjustable (struct fix *);
 #define tc_fix_adjustable(FIX) or1k_fix_adjustable (FIX)
 
 /* Call md_pcrel_from_section(), not md_pcrel_from().  */