diff options
author | DJ Delorie <dj@redhat.com> | 2006-08-14 20:05:00 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-08-14 20:05:00 +0000 |
commit | eb13e63f9480a38e2f2c60d9db624c0b1ce106f6 (patch) | |
tree | 522560f3a9915593605d3e4af304e2cbfec6f93c /bfd/ChangeLog | |
parent | b59eed791185545a2ccb2eef9e4e70b758a7e639 (diff) | |
download | gdb-eb13e63f9480a38e2f2c60d9db624c0b1ce106f6.zip gdb-eb13e63f9480a38e2f2c60d9db624c0b1ce106f6.tar.gz gdb-eb13e63f9480a38e2f2c60d9db624c0b1ce106f6.tar.bz2 |
* elf-m10300.c (elf32_mn10300_link_hash_entry): Add value.
(elf32_mn10300_count_hash_table_entries): New.
(elf32_mn10300_list_hash_table_entries): New.
(sort_by_value): New.
(mn10300_elf_relax_section): Don't skip data sections; restrict
code-specific tests to code-specific areas so that potential
indirect calls can be detected. Check for multiple local symbols
at the same address and merge their flags.
(elf32_mn10300_link_hash_newfunc): Initialize value.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1ee68b9..721f58f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2006-08-14 DJ Delorie <dj@redhat.com> + + * elf-m10300.c (elf32_mn10300_link_hash_entry): Add value. + (elf32_mn10300_count_hash_table_entries): New. + (elf32_mn10300_list_hash_table_entries): New. + (sort_by_value): New. + (mn10300_elf_relax_section): Don't skip data sections; restrict + code-specific tests to code-specific areas so that potential + indirect calls can be detected. Check for multiple local symbols + at the same address and merge their flags. + (elf32_mn10300_link_hash_newfunc): Initialize value. + 2006-08-14 Thiemo Seufer <ths@mips.com> * elfxx-mips.c (_bfd_mips_elf_symbol_processing, |