diff options
author | Tomer Levi <Tomer.Levi@nsc.com> | 2004-12-14 15:38:04 +0000 |
---|---|---|
committer | Tomer Levi <Tomer.Levi@nsc.com> | 2004-12-14 15:38:04 +0000 |
commit | 063027706aec546678b2fb038e2376fe64442545 (patch) | |
tree | f0858077ac39acb3b294c0320a15b40ffc52e150 /bfd | |
parent | e3f9830cf4a64ea7786b08a325f9002c0821a4d7 (diff) | |
download | gdb-063027706aec546678b2fb038e2376fe64442545.zip gdb-063027706aec546678b2fb038e2376fe64442545.tar.gz gdb-063027706aec546678b2fb038e2376fe64442545.tar.bz2 |
2004-12-14 Tomer Levi <Tomer.Levi@nsc.com>
* elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *'
to prototype, to make hash info available.
Prevent wrapped symbols from being adjusted twice.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e0d5f86..4422532 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2004-12-14 Tomer Levi <Tomer.Levi@nsc.com> + + * elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *' + to prototype, to make hash info available. + Prevent wrapped symbols from being adjusted twice. + 2004-12-14 Richard Sandiford <rsandifo@redhat.com> * elfxx-mips.c (mips_elf_calculate_relocation): Don't report an |