* bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with

bit-fields.  Rearrange to put all like types together.
This commit is contained in:
Alan Modra
2002-12-19 23:05:39 +00:00
parent 93a1293bc1
commit e9f731caf7
2 changed files with 73 additions and 68 deletions

View File

@@ -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.