aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-sparc.h
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2007-03-28 14:39:10 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2007-03-28 14:39:10 +0000
commit39817122fc9818f3bb36e89b35d5b9c472f6d87f (patch)
tree2049bc10a3dd1aa9bf348ff39cf2fe7999e0ad2e /bfd/elfxx-sparc.h
parent4ecceb71ac507b28c5340139be0b1b914437cb8f (diff)
downloadgdb-39817122fc9818f3bb36e89b35d5b9c472f6d87f.zip
gdb-39817122fc9818f3bb36e89b35d5b9c472f6d87f.tar.gz
gdb-39817122fc9818f3bb36e89b35d5b9c472f6d87f.tar.bz2
bfd/
* elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Remove append_rela. * elfxx-sparc.c (sparc_elf_append_rela_64, sparc_elf_append_rela_32): Merge into... (sparc_elf_append_rela): ...this new function. (SPARC_ELF_APPEND_RELA): Delete. (_bfd_sparc_elf_link_hash_table_create): Don't initialize the deleted append_rela field. (_bfd_sparc_elf_relocate_section): Use sparc_elf_append_rela instead of SPARC_ELF_APPEND_RELA. (_bfd_sparc_elf_finish_dynamic_symbol): Likewise. Use the elf_size_info structure to find the size of a RELA entry and the associated swap-out function. (sparc64_finish_dyn, sparc64_finish_dyn): Merge into... (sparc_finish_dyn): ...this new function. (_bfd_sparc_elf_finish_dynamic_sections): Update calls accordingly.
Diffstat (limited to 'bfd/elfxx-sparc.h')
-rw-r--r--bfd/elfxx-sparc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elfxx-sparc.h b/bfd/elfxx-sparc.h
index 4e4367e..787fd33 100644
--- a/bfd/elfxx-sparc.h
+++ b/bfd/elfxx-sparc.h
@@ -71,7 +71,6 @@ struct _bfd_sparc_elf_link_hash_table
asection *sgotplt;
void (*put_word) (bfd *, bfd_vma, void *);
- void (*append_rela) (bfd *, asection *, Elf_Internal_Rela *);
bfd_vma (*r_info) (Elf_Internal_Rela *, bfd_vma, bfd_vma);
bfd_vma (*r_symndx) (bfd_vma);
int (*build_plt_entry) (bfd *, asection *, bfd_vma, bfd_vma, bfd_vma *);