diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-12-19 23:05:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-12-19 23:05:39 +0000 |
commit | e8cbb829f8ce219f61ec77d1eff63c83123557a3 (patch) | |
tree | f6a5be0745db03682fd5f49371dfdbe0a29e66e2 /include/ChangeLog | |
parent | 22b03922bbd554dca35c774873034cc69fc2b865 (diff) | |
download | gdb-e8cbb829f8ce219f61ec77d1eff63c83123557a3.tar.gz |
* 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/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 89ab8d845f4..ba9024e2261 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. |