diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-09-28 14:53:24 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-09-28 14:53:24 +0000 |
commit | dd86362472ff29dd0a3972e35b20ab0e7b1ba161 (patch) | |
tree | cab0d5b8a8665b16d5ffde07cff411b167813a50 /bfd/ChangeLog | |
parent | d33cdfe369f367a584e969777e27d0d191c256f6 (diff) | |
download | gdb-dd86362472ff29dd0a3972e35b20ab0e7b1ba161.zip gdb-dd86362472ff29dd0a3972e35b20ab0e7b1ba161.tar.gz gdb-dd86362472ff29dd0a3972e35b20ab0e7b1ba161.tar.bz2 |
2005-09-28 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/1321
* elf-bfd.h (_bfd_elf_setup_group_pointers): Renamed to ...
(_bfd_elf_setup_sections): This.
* elf.c: Likewise.
* elfcode.h (elf_object_p): Likewise.
* elf.c (_bfd_elf_setup_sections): Process SHF_LINK_ORDER.
(_bfd_elf_copy_private_section_data): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 809abd4..23c35ed 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,16 @@ 2005-09-28 H.J. Lu <hongjiu.lu@intel.com> + PR binutils/1321 + * elf-bfd.h (_bfd_elf_setup_group_pointers): Renamed to ... + (_bfd_elf_setup_sections): This. + * elf.c: Likewise. + * elfcode.h (elf_object_p): Likewise. + + * elf.c (_bfd_elf_setup_sections): Process SHF_LINK_ORDER. + (_bfd_elf_copy_private_section_data): Likewise. + +2005-09-28 H.J. Lu <hongjiu.lu@intel.com> + * elflink.c (elf_fixup_link_order): Report locations for mixed ordered and unordered input sections. |