diff options
author | Alan Modra <amodra@gmail.com> | 2021-03-31 10:20:10 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-03-31 10:49:23 +1030 |
commit | 9193bc4285c232400a26448ca75095c44c13f637 (patch) | |
tree | 40d0ec6e79c179c2f814a2b559e52377eb8c4d14 /include/coff/xcoff.h | |
parent | ad9e24ad113a160d8d44dba0eb5cb02647a164e0 (diff) | |
download | fsf-binutils-gdb-9193bc4285c232400a26448ca75095c44c13f637.zip fsf-binutils-gdb-9193bc4285c232400a26448ca75095c44c13f637.tar.gz fsf-binutils-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/xcoff.h')
-rw-r--r-- | include/coff/xcoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h index 05e9160..3170542 100644 --- a/include/coff/xcoff.h +++ b/include/coff/xcoff.h @@ -406,7 +406,7 @@ struct xcoff_link_hash_entry struct xcoff_loader_info { /* Set if a problem occurred. */ - bfd_boolean failed; + bool failed; /* Output BFD. */ bfd *output_bfd; |