aboutsummaryrefslogtreecommitdiff
path: root/include/coff/ecoff.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-03-31 10:20:10 +1030
committerAlan Modra <amodra@gmail.com>2021-03-31 10:49:23 +1030
commit9193bc4285c232400a26448ca75095c44c13f637 (patch)
tree40d0ec6e79c179c2f814a2b559e52377eb8c4d14 /include/coff/ecoff.h
parentad9e24ad113a160d8d44dba0eb5cb02647a164e0 (diff)
downloadgdb-9193bc4285c232400a26448ca75095c44c13f637.zip
gdb-9193bc4285c232400a26448ca75095c44c13f637.tar.gz
gdb-9193bc4285c232400a26448ca75095c44c13f637.tar.bz2
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.
Diffstat (limited to 'include/coff/ecoff.h')
-rw-r--r--include/coff/ecoff.h2
1 files changed, 1 insertions, 1 deletions
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) */