diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/aarch64.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 69151cb..056aaf5 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com> + + * aarch64.h (R_AARCH64_P32_TLSGD_ADR_PREL21): Add. + 2015-02-24 Nick Clifton <nickc@redhat.com> * v850.h (EF_RH850_SIMD): Delete deprecated flag. diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h index 93a950f..b905f13 100644 --- a/include/elf/aarch64.h +++ b/include/elf/aarch64.h @@ -125,7 +125,7 @@ RELOC_NUMBER (R_AARCH64_P32_GOT_LD_PREL19, 25) RELOC_NUMBER (R_AARCH64_P32_ADR_GOT_PAGE, 26) RELOC_NUMBER (R_AARCH64_P32_LD32_GOT_LO12_NC, 27) - +RELOC_NUMBER (R_AARCH64_P32_TLSGD_ADR_PREL21, 80) RELOC_NUMBER (R_AARCH64_P32_TLSGD_ADR_PAGE21, 81) RELOC_NUMBER (R_AARCH64_P32_TLSGD_ADD_LO12_NC, 82) RELOC_NUMBER (R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21, 103) |