Use bool in gas
[binutils-gdb.git] / gas / config / tc-lm32.h
index dbba939d06b10f61d5d4920426d6b9ceb3b94ef2..229000218034d00f9e9ec49b72d9ff795d806793 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-lm32.h -- Header file for tc-lm32.c
-   Copyright 2008   Free Software Foundation, Inc.
+   Copyright (C) 2008-2021 Free Software Foundation, Inc.
    Contributed by Jon Beniston <jon@beniston.com>
 
    This file is part of GAS, the GNU Assembler.
 #define tc_gen_reloc gas_cgen_tc_gen_reloc
 
 /* Call md_pcrel_from_section(), not md_pcrel_from().  */
-extern long md_pcrel_from_section (struct fix *, segT);
 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
 
-extern bfd_boolean lm32_fix_adjustable (struct fix *);
+extern bool lm32_fix_adjustable (struct fix *);
 #define tc_fix_adjustable(FIX) lm32_fix_adjustable (FIX)
 
 #endif /* TC_LM32_H */