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/elf-bfd.h | |
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/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 6afd9d1..35fb78e 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1814,7 +1814,7 @@ extern bfd_boolean _bfd_elf_dynamic_symbol_p extern bfd_boolean _bfd_elf_symbol_refs_local_p (struct elf_link_hash_entry *, struct bfd_link_info *, bfd_boolean); -extern void bfd_elf_perform_complex_relocation +extern bfd_reloc_status_type bfd_elf_perform_complex_relocation (bfd *, asection *, bfd_byte *, Elf_Internal_Rela *, bfd_vma); extern bfd_boolean _bfd_elf_setup_sections |