summaryrefslogtreecommitdiff
path: root/elfcpp/powerpc.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-03-05 19:57:39 +1030
committerAlan Modra <amodra@gmail.com>2014-03-05 19:57:39 +1030
commit45965137bee4946dca3cd99285f2a7afe6b99aeb (patch)
tree7b7808e61693fd88c2234cce50114a6666e706d6 /elfcpp/powerpc.h
parenta0593ad95626fddd6777a418feb3dd3722e1ef66 (diff)
Support R_PPC64_ADDR64_LOCAL
This adds support for "func@localentry", an expression that returns the ELFv2 local entry point address of function "func". I've excluded dynamic relocation support because that obviously would require glibc changes. include/elf/ * ppc64.h (R_PPC64_REL24_NOTOC, R_PPC64_ADDR64_LOCAL): Define. bfd/ * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_ADDR64_LOCAL entry. (ppc64_elf_reloc_type_lookup): Support R_PPC64_ADDR64_LOCAL. (ppc64_elf_check_relocs): Likewise. (ppc64_elf_relocate_section): Likewise. * Add BFD_RELOC_PPC64_ADDR64_LOCAL. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. gas/ * config/tc-ppc.c (ppc_elf_suffix): Support @localentry. (md_apply_fix): Support R_PPC64_ADDR64_LOCAL. ld/testsuite/ * ld-powerpc/elfv2-2a.s, ld-powerpc/elfv2-2b.s: New files. * ld-powerpc/elfv2-2exe.d, ld-powerpc/elfv2-2so.d: New files. * ld-powerpc/powerpc.exp: Run new test. elfcpp/ * powerpc.h (R_PPC64_REL24_NOTOC, R_PPC64_ADDR64_LOCAL): Define. gold/ * powerpc.cc (Target_powerpc::Scan::local, global): Support R_PPC64_ADDR64_LOCAL. (Target_powerpc::Relocate::relocate): Likewise.
Diffstat (limited to 'elfcpp/powerpc.h')
-rw-r--r--elfcpp/powerpc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/elfcpp/powerpc.h b/elfcpp/powerpc.h
index 98354a2c7d..0d156b163f 100644
--- a/elfcpp/powerpc.h
+++ b/elfcpp/powerpc.h
@@ -176,6 +176,8 @@ enum
R_PPC_EMB_BIT_FLD = 115,
R_PPC64_DTPREL16_HIGHA = 115,
R_PPC_EMB_RELSDA = 116,
+ R_PPC64_REL24_NOTOC = 116,
+ R_PPC64_ADDR64_LOCAL = 117,
R_PPC_VLE_REL8 = 216,
R_PPC_VLE_REL15 = 217,