]> Git Repo - binutils.git/blobdiff - elfcpp/arm.h
This patch adds IFUNC support for arm gold backend.
[binutils.git] / elfcpp / arm.h
index 2d30add21b64ec8ab455be6f29ee45d7813dd1b0..c9cb753e3203ae5a2e4cb72c3c1df621bb805068 100644 (file)
@@ -192,11 +192,12 @@ enum
   R_ARM_PRIVATE_14 = 126,
   R_ARM_PRIVATE_15 = 127,
   R_ARM_ME_TOO = 128,          // Obsolete
-  R_ARM_THM_TLS_DESCSEQ16 = 129,// Static      Thumb16 
+  R_ARM_THM_TLS_DESCSEQ16 = 129,// Static      Thumb16
   R_ARM_THM_TLS_DESCSEQ32 = 130,// Static      Thumb32
   // 131 - 139                 Unallocated
   // 140 - 159                 Dynamic         Reserved for future allocation
-  // 160 - 255                 Unallocated
+  R_ARM_IRELATIVE = 160,       // Dynamic
+  // 161 - 255                 Unallocated
 };
 
 // e_flags values used for ARM.  We only support flags defined in AAELF.
This page took 0.023402 seconds and 4 git commands to generate.