From 9193bc4285c232400a26448ca75095c44c13f637 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 31 Mar 2021 10:20:10 +1030 Subject: Use bool in include * bfdlink.h: Replace bfd_boolean with bool throughout. * coff/ecoff.h: Likewise. * coff/xcoff.h: Likewise. * dis-asm.h: Likewise. * elf/mmix.h: Likewise. * elf/xtensa.h: Likewise. * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true. * opcode/arc.h: Likewise. * opcode/mips.h: Likewise. * opcode/tic6x-opcode-table.h: Likewise. * opcode/tic6x.h: Likewise. --- include/coff/ecoff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/coff/ecoff.h') diff --git a/include/coff/ecoff.h b/include/coff/ecoff.h index 2002c77..2267b77 100644 --- a/include/coff/ecoff.h +++ b/include/coff/ecoff.h @@ -407,7 +407,7 @@ struct ecoff_debug_swap /* Function to read symbol data and set up pointers in ecoff_debug_info structure. The section argument is used for ELF, not straight ECOFF. */ - bfd_boolean (*read_debug_info) (bfd *, asection *, struct ecoff_debug_info *); + bool (*read_debug_info) (bfd *, asection *, struct ecoff_debug_info *); }; #endif /* ! defined (ECOFF_H) */ -- cgit v1.1