Add support for detecting Freescale S12Z binaries in readelf.
[deliverable/binutils-gdb.git] / include / elf / ppc64.h
index 04a7432c43953a83d3b71a92a1891d0a9cc5ef5f..501aebc1be69f602da7f4638a605142f85e2a90c 100644 (file)
@@ -154,6 +154,10 @@ START_RELOC_NUMBERS (elf_ppc64_reloc_type)
   RELOC_NUMBER (R_PPC64_ADDR64_LOCAL,     117)
   RELOC_NUMBER (R_PPC64_ENTRY,            118)
 
+/* Marker reloc for inline plt call insns.  */
+  RELOC_NUMBER (R_PPC64_PLTSEQ,                   119)
+  RELOC_NUMBER (R_PPC64_PLTCALL,          120)
+
 #ifndef RELOC_MACROS_GEN_FUNC
 /* Relocation only used internally by ld.  If you need to use these
    reloc numbers, you can change them to some other unused value
This page took 0.024585 seconds and 4 git commands to generate.