aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-08-27 10:22:03 +0000
committerAlan Modra <amodra@gmail.com>2001-08-27 10:22:03 +0000
commit5bd4f1692e429a1f449953e3e645d3591485eca6 (patch)
treecd5421ff4cc28fee2f241f66512123a9b826f72e /bfd/libbfd.h
parentaa91b392b36d6e597393893b67623abd5551b5c2 (diff)
downloadgdb-5bd4f1692e429a1f449953e3e645d3591485eca6.zip
gdb-5bd4f1692e429a1f449953e3e645d3591485eca6.tar.gz
gdb-5bd4f1692e429a1f449953e3e645d3591485eca6.tar.bz2
* config.bfd: Add powerpc64 target. Add powerpc64 vectors to
targ64_selvecs for 32 bit powerpc targets. * Makefile.am (BFD64_BACKENDS): Add elf64-ppc.lo. (BFD64_BACKENDS_CFILES): Add elf64-ppc.c. Run "make dep-am". * Makefile.in: Regenerate. * configure.in: Add elf64_powerpc vecs. * configure: Regenerate. * cpu-powerpc.c: Default to bfd_mach_ppc_620 entry for 64 bit. * elf.c (prep_headers): EM_PPC64 for 64 bit ppc elf target. * targets.c: Add bfd_elf64_powerpc_vec and bfd_elf64_powerpcle_vec. * elf64-ppc.c: New file. * reloc.c: Add powerpc64 relocs. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index d9ddc23..1755ba9 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -628,10 +628,12 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"BFD_RELOC_HI16_GOTOFF",
"BFD_RELOC_HI16_S_GOTOFF",
"BFD_RELOC_8_GOTOFF",
+ "BFD_RELOC_64_PLT_PCREL",
"BFD_RELOC_32_PLT_PCREL",
"BFD_RELOC_24_PLT_PCREL",
"BFD_RELOC_16_PLT_PCREL",
"BFD_RELOC_8_PLT_PCREL",
+ "BFD_RELOC_64_PLTOFF",
"BFD_RELOC_32_PLTOFF",
"BFD_RELOC_16_PLTOFF",
"BFD_RELOC_LO16_PLTOFF",
@@ -811,6 +813,29 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"BFD_RELOC_PPC_EMB_RELST_HA",
"BFD_RELOC_PPC_EMB_BIT_FLD",
"BFD_RELOC_PPC_EMB_RELSDA",
+ "BFD_RELOC_PPC64_HIGHER",
+ "BFD_RELOC_PPC64_HIGHER_S",
+ "BFD_RELOC_PPC64_HIGHEST",
+ "BFD_RELOC_PPC64_HIGHEST_S",
+ "BFD_RELOC_PPC64_TOC16_LO",
+ "BFD_RELOC_PPC64_TOC16_HI",
+ "BFD_RELOC_PPC64_TOC16_HA",
+ "BFD_RELOC_PPC64_TOC",
+ "BFD_RELOC_PPC64_PLTGOT16 ",
+ "BFD_RELOC_PPC64_PLTGOT16_LO",
+ "BFD_RELOC_PPC64_PLTGOT16_HI",
+ "BFD_RELOC_PPC64_PLTGOT16_HA",
+ "BFD_RELOC_PPC64_ADDR16_DS",
+ "BFD_RELOC_PPC64_ADDR16_LO_DS",
+ "BFD_RELOC_PPC64_GOT16_DS",
+ "BFD_RELOC_PPC64_GOT16_LO_DS",
+ "BFD_RELOC_PPC64_PLT16_LO_DS",
+ "BFD_RELOC_PPC64_SECTOFF_DS",
+ "BFD_RELOC_PPC64_SECTOFF_LO_DS",
+ "BFD_RELOC_PPC64_TOC16_DS",
+ "BFD_RELOC_PPC64_TOC16_LO_DS",
+ "BFD_RELOC_PPC64_PLTGOT16_DS",
+ "BFD_RELOC_PPC64_PLTGOT16_LO_DS",
"BFD_RELOC_I370_D12",
"BFD_RELOC_CTOR",
"BFD_RELOC_ARM_PCREL_BRANCH",