aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/arm.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 8fd7c5e..182a59b 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,5 +1,9 @@
2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
+ * arm.h (R_ARM_IRELATIVE): New relocation.
+
+2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
+
* internal.h (elf_internal_sym): Add st_target_internal.
* arm.h (arm_st_branch_type): New enum.
(ARM_SYM_BRANCH_TYPE): New macro.
diff --git a/include/elf/arm.h b/include/elf/arm.h
index e3df27f..5b01835 100644
--- a/include/elf/arm.h
+++ b/include/elf/arm.h
@@ -226,6 +226,8 @@ START_RELOC_NUMBERS (elf_arm_reloc_type)
RELOC_NUMBER (R_ARM_ME_TOO, 128) /* obsolete */
RELOC_NUMBER (R_ARM_THM_TLS_DESCSEQ ,129)
+ RELOC_NUMBER (R_ARM_IRELATIVE, 160)
+
/* Extensions? R=read-only? */
RELOC_NUMBER (R_ARM_RXPC25, 249)
RELOC_NUMBER (R_ARM_RSBREL32, 250)