[ARM] Add FDPIC relocations definitions
[deliverable/binutils-gdb.git] / include / elf / arm.h
index 87a6e5869d6587a2def117dcb76b9b558062348f..158f7b1652ce4da5a473634c105907159947bfc3 100644 (file)
@@ -1,5 +1,5 @@
 /* ARM ELF support for BFD.
-   Copyright (C) 1998-2016 Free Software Foundation, Inc.
+   Copyright (C) 1998-2018 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 #define TAG_CPU_ARCH_V6S_M     12
 #define TAG_CPU_ARCH_V7E_M     13
 #define TAG_CPU_ARCH_V8                14
+#define TAG_CPU_ARCH_V8R       15
 #define TAG_CPU_ARCH_V8M_BASE  16
 #define TAG_CPU_ARCH_V8M_MAIN  17
 #define MAX_TAG_CPU_ARCH       TAG_CPU_ARCH_V8M_MAIN
@@ -239,6 +240,10 @@ START_RELOC_NUMBERS (elf_arm_reloc_type)
   RELOC_NUMBER (R_ARM_THM_ALU_ABS_G3_NC,135)
 
   RELOC_NUMBER (R_ARM_IRELATIVE,       160)
+  RELOC_NUMBER (R_ARM_GOTFUNCDESC,     161)
+  RELOC_NUMBER (R_ARM_GOTOFFFUNCDESC,  162)
+  RELOC_NUMBER (R_ARM_FUNCDESC,        163)
+  RELOC_NUMBER (R_ARM_FUNCDESC_VALUE,  164)
 
   /* Extensions?  R=read-only?  */
   RELOC_NUMBER (R_ARM_RXPC25,          249)
This page took 0.024254 seconds and 4 git commands to generate.