aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2002-12-19 23:05:39 +0000
committerAlan Modra <modra@gmail.com>2002-12-19 23:05:39 +0000
commite9f731caf79a961f6c4fc56e30cfda65343786a4 (patch)
tree5361c318c976d632f1c2d6d6e54a582407cea168 /include/ChangeLog
parent93a1293bc109af9ffaef47116f83f24effd7d70b (diff)
downloadnewlib-e9f731caf79a961f6c4fc56e30cfda65343786a4.zip
newlib-e9f731caf79a961f6c4fc56e30cfda65343786a4.tar.gz
newlib-e9f731caf79a961f6c4fc56e30cfda65343786a4.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.