aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--include/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index a542710..ab3f029 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,5 +1,19 @@
2021-03-31 Alan Modra <amodra@gmail.com>
+ * 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.
+
+2021-03-31 Alan Modra <amodra@gmail.com>
+
* cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
* elf/nfp.h: Likewise.
* opcode/aarch64.h: Likewise.