diff options
author | Alan Modra <amodra@gmail.com> | 2007-11-19 02:19:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-11-19 02:19:39 +0000 |
commit | cdfeee4f478cdd6961e4c208a0acc6d03e564eb0 (patch) | |
tree | 1d8b59e696e44a071cc2cf6ad72b6d56798dbec3 /bfd/ChangeLog | |
parent | 8baca0f320428bee34a750dc917cdc22d221f1c8 (diff) | |
download | gdb-cdfeee4f478cdd6961e4c208a0acc6d03e564eb0.zip gdb-cdfeee4f478cdd6961e4c208a0acc6d03e564eb0.tar.gz gdb-cdfeee4f478cdd6961e4c208a0acc6d03e564eb0.tar.bz2 |
* elf-bfd.h (bfd_elf_perform_complex_relocation): Update prototype.
* elflink.c (bfd_elf_perform_complex_relocation): Return status.
Don't print reloc overflow message.
* elf32-mep.c (mep_elf_relocate_section): Handle status from
bfd_elf_perform_complex_relocation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index abdf115..f85cf92 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2007-11-19 Alan Modra <amodra@bigpond.net.au> + + * elf-bfd.h (bfd_elf_perform_complex_relocation): Update prototype. + * elflink.c (bfd_elf_perform_complex_relocation): Return status. + Don't print reloc overflow message. + * elf32-mep.c (mep_elf_relocate_section): Handle status from + bfd_elf_perform_complex_relocation. + 2007-11-17 Thiemo Seufer <ths@mips.com> * elfxx-mips.c (mips_elf_merge_obj_attributes): Handle -mips32r2 |