aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-12-19 23:05:39 +0000
committerAlan Modra <amodra@gmail.com>2002-12-19 23:05:39 +0000
commitcddd00895fb45a8dabd91b3c47d15a050c93549b (patch)
treed382fdf8fda02ee2c227617f7b55f7312dfc6b29 /include/ChangeLog
parent130e2178503abc5ccabc3f65b6ee48c036dc3444 (diff)
downloadgdb-cddd00895fb45a8dabd91b3c47d15a050c93549b.zip
gdb-cddd00895fb45a8dabd91b3c47d15a050c93549b.tar.gz
gdb-cddd00895fb45a8dabd91b3c47d15a050c93549b.tar.bz2
* bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with
bit-fields. Rearrange to put all like types together.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 89ab8d8..ba9024e 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-20 Alan Modra <amodra@bigpond.net.au>
+
+ * bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with
+ bit-fields. Rearrange to put all like types together.
+
2002-11-30 Alan Modra <amodra@bigpond.net.au>
* bfdlink.h: Replace boolean with bfd_boolean. Formatting.