diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5d3c939..22f8641 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +2007-07-24 Alan Modra <amodra@bigpond.net.au> + + * elflink.c (_bfd_elf_link_just_syms, merge_sections_remove_hook, + _bfd_elf_merge_sections, _bfd_elf_link_hash_newfunc, + _bfd_elf_link_hash_copy_indirect, _bfd_elf_link_hash_hide_symbol, + _bfd_elf_link_hash_table_init, _bfd_elf_link_hash_table_create, + bfd_elf_set_dt_needed_name, bfd_elf_get_dyn_lib_class, + bfd_elf_set_dyn_lib_class, bfd_elf_get_needed_list, + bfd_elf_get_runpath_list, bfd_elf_get_dt_soname, + bfd_elf_get_bfd_needed_list, struct elf_symbuf_symbol, + struct elf_symbuf_head, struct elf_symbol, elf_sort_elf_symbol, + elf_sym_name_compare, elf_create_symbuf, + bfd_elf_match_symbols_in_sections, + _bfd_elf_match_sections_by_type): Move to here.. + * elf.c: ..from here. + 2007-07-23 Richard Sandiford <richard@codesourcery.com> * elflink.c (_bfd_elf_fix_symbol_flags): Only assert the type @@ -13,20 +29,20 @@ 2007-07-19 Doug Kwan <dougkwan@google.com> - PR binutils/4797 - * dwarf2.c: (find_line) Do not dereference functionname_ptr if - do_line is true. + PR binutils/4797 + * dwarf2.c: (find_line) Do not dereference functionname_ptr if + do_line is true. 2007-07-18 Bob Wilson <bob.wilson@acm.org> - + * elf32-xtensa.c (xtensa_callback_required_dependence): Ignore non-ELF sections. - + 2007-07-18 Bob Wilson <bob.wilson@acm.org> - + * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Get section vma and size for dynamic tags from the output sections. - + 2007-07-18 Alan Modra <amodra@bigpond.net.au> * elf-bfd.h (struct sym_sec_cache): Delete "sec". Add "shndx". |