aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-03-31 10:19:10 +1030
committerAlan Modra <amodra@gmail.com>2021-03-31 10:49:23 +1030
commitad9e24ad113a160d8d44dba0eb5cb02647a164e0 (patch)
tree3faaa1c83038a5d93208ed914fec2ef2ce933557 /bfd/ChangeLog
parent3dfb1b6d34ec74160735230f606b1df55c917f9d (diff)
downloadgdb-ad9e24ad113a160d8d44dba0eb5cb02647a164e0.zip
gdb-ad9e24ad113a160d8d44dba0eb5cb02647a164e0.tar.gz
gdb-ad9e24ad113a160d8d44dba0eb5cb02647a164e0.tar.bz2
Use stdbool.h
With this in place we can retire bfd_boolean one project at a time. bfd/ * bfd-in.h: Include stdbool.h. (bfd_boolean): Define as bool * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 58ddab0..8b7e53e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2021-03-31 Alan Modra <amodra@gmail.com>
+ * bfd-in.h: Include stdbool.h.
+ (bfd_boolean): Define as bool
+ * bfd-in2.h: Regenerate.
+
+2021-03-31 Alan Modra <amodra@gmail.com>
+
* .gitignore: Delete bfd_stdint.h entry.
* Makefile.am (bfdinclude_HEADERS): Delete bfd_stdint.h.
(BUILD_HFILES, LOCAL_H_DEPS): Likewise.