summaryrefslogtreecommitdiff
path: root/gas/config/tc-mcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-mcore.h')
-rw-r--r--gas/config/tc-mcore.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-mcore.h b/gas/config/tc-mcore.h
index b759aa3581f..7c3ae8172a9 100644
--- a/gas/config/tc-mcore.h
+++ b/gas/config/tc-mcore.h
@@ -86,9 +86,9 @@ struct mcore_tc_sy
#include "write.h" /* For definition of fixS */
-extern void md_mcore_end (void);
-extern arelent * tc_gen_reloc (asection *, fixS *);
-extern int mcore_force_relocation (fixS *);
-extern bfd_boolean mcore_fix_adjustable (fixS *);
+extern void md_mcore_end (void);
+extern arelent *tc_gen_reloc (asection *, fixS *);
+extern int mcore_force_relocation (fixS *);
+extern bool mcore_fix_adjustable (fixS *);
#endif /* TC_MCORE */