diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 8fd7c5ec2..182a59b33 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2011-03-14 Richard Sandiford + + * arm.h (R_ARM_IRELATIVE): New relocation. + 2011-03-14 Richard Sandiford * internal.h (elf_internal_sym): Add st_target_internal. diff --git a/include/elf/arm.h b/include/elf/arm.h index e3df27f96..5b01835a7 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)