summaryrefslogtreecommitdiffstats
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-11-03 00:58:10 +0000
committerDaniel Jacobowitz <drow@false.org>2006-11-03 00:58:10 +0000
commitb1e24c0220fe6718066991999cb0a6e5b88b569d (patch)
tree8e992658791fe21d5b70757192c7d8272d64f532 /bfd/libbfd-in.h
parent5c38167b2ce156772a524a97c9baa3bcb74c506c (diff)
downloadppe42-binutils-b1e24c0220fe6718066991999cb0a6e5b88b569d.tar.gz
ppe42-binutils-b1e24c0220fe6718066991999cb0a6e5b88b569d.zip
bfd/
* libbfd-in.h (_bfd_clear_contents): New prototype. * reloc.c (_bfd_clear_contents): New. * libbfd.h: Regenerated. * elf32-arm.c (elf32_arm_final_link_relocate): Use _bfd_clear_contents. * elf32-d10v.c (elf32_d10v_relocate_section): Likewise. * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. * elf32-i386.c (elf_i386_relocate_section): Likewise. * elf32-ppc.c (ppc_elf_relocate_section): Likewise. * elf32-s390.c (elf_s390_relocate_section): Likewise. * elf32-sh.c (sh_elf_relocate_section): Likewise. * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise. * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. * elf64-s390.c (elf_s390_relocate_section): Likewise. * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise. * elfxx-ia64.c (elfNN_ia64_relocate_section): Set value to zero for discarded symbols. * elfxx-mips.c (mips_elf_calculate_relocation): Likewise. ld/testsuite/ * ld-discard/zero-rel.d, ld-discard/zero-rel.s: New files.
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index a9c96db4e9..3de9ed410a 100644
--- a/bfd/libbfd-in.h
+++ b/bfd/libbfd-in.h
@@ -547,6 +547,10 @@ extern bfd_reloc_status_type _bfd_final_link_relocate
extern bfd_reloc_status_type _bfd_relocate_contents
(reloc_howto_type *, bfd *, bfd_vma, bfd_byte *);
+/* Clear a given location using a given howto. */
+extern void _bfd_clear_contents (reloc_howto_type *howto, bfd *input_bfd,
+ bfd_byte *location);
+
/* Link stabs in sections in the first pass. */
extern bfd_boolean _bfd_link_section_stabs
OpenPOWER on IntegriCloud