diff options
author | Alan Modra <amodra@gmail.com> | 2013-02-18 02:56:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-02-18 02:56:58 +0000 |
commit | 698600e4b4f428f13630e00307012adaf0ae4c7e (patch) | |
tree | 9f293ad802f3644eba7a4f392436e40777742aed /bfd/ChangeLog | |
parent | bdeb34ba52238b29eade80503b7b9a924e8d61c7 (diff) | |
download | binutils-698600e4b4f428f13630e00307012adaf0ae4c7e.zip binutils-698600e4b4f428f13630e00307012adaf0ae4c7e.tar.gz binutils-698600e4b4f428f13630e00307012adaf0ae4c7e.tar.bz2 |
* elf-bfd.h (struct elf_obj_tdata): Move find_line_info, local_stubs,
local_call_stubs, elf_data_symbol, elf_text_symbol, elf_data_section,
and elf_text_section to..
* elfxx-mips.c (struct mips_elf_obj_tdata): ..here. Update all refs.
* elf64-alpha.c (struct mips_elf_find_line): Rename to..
(struct alpha_elf_find_line): ..this.
(struct alpha_elf_obj_tdata): Add find_line_info, update refs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 905427f..5411140 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2013-02-18 Alan Modra <amodra@gmail.com> + + * elf-bfd.h (struct elf_obj_tdata): Move find_line_info, local_stubs, + local_call_stubs, elf_data_symbol, elf_text_symbol, elf_data_section, + and elf_text_section to.. + * elfxx-mips.c (struct mips_elf_obj_tdata): ..here. Update all refs. + * elf64-alpha.c (struct mips_elf_find_line): Rename to.. + (struct alpha_elf_find_line): ..this. + (struct alpha_elf_obj_tdata): Add find_line_info, update refs. + 2013-02-16 H.J. Lu <hongjiu.lu@intel.com> PR ld/15146 |