diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2008-08-06 19:53:30 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2008-08-06 19:53:30 +0000 |
commit | 71782a75978b11ff468bb1527a99769bc8d55c54 (patch) | |
tree | 983d498c028965297d685579bd149f21edc0fecb /bfd/ChangeLog | |
parent | a8028dd09a7b4fcd23cb597743652f7bfc36841b (diff) | |
download | gdb-71782a75978b11ff468bb1527a99769bc8d55c54.zip gdb-71782a75978b11ff468bb1527a99769bc8d55c54.tar.gz gdb-71782a75978b11ff468bb1527a99769bc8d55c54.tar.bz2 |
bfd/
* elfxx-mips.c (mips_elf_link_hash_entry): Move bfd_boolean
fields to the end of the structure and make them single-bit
bitfields.
(mips_elf_link_hash_newfunc): Make the initialization statements
follow the new field order.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d583ead..93a132f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,13 @@ 2008-08-06 Richard Sandiford <rdsandiford@googlemail.com> + * elfxx-mips.c (mips_elf_link_hash_entry): Move bfd_boolean + fields to the end of the structure and make them single-bit + bitfields. + (mips_elf_link_hash_newfunc): Make the initialization statements + follow the new field order. + +2008-08-06 Richard Sandiford <rdsandiford@googlemail.com> + * elfxx-mips.c (_mips_elf_section_data): Remove the "u.got_info" field. (mips_elf_link_hash_table): Add "sgot" and "got_info" fields. (_bfd_mips_elf_link_hash_table_create): Initialize them. |