diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-13 07:13:57 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-26 22:23:09 +0000 |
commit | 3c12b0543695609d96f818b2a60c74b624fc0ffb (patch) | |
tree | 985a1880bf4bf289cbfa2b787cb428599c35fb2d /include/elf/aarch64.h | |
parent | b108998791b5ac14ba97a0ca3f2e2ed8742f27bb (diff) | |
download | gdb-3c12b0543695609d96f818b2a60c74b624fc0ffb.zip gdb-3c12b0543695609d96f818b2a60c74b624fc0ffb.tar.gz gdb-3c12b0543695609d96f818b2a60c74b624fc0ffb.tar.bz2 |
Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.
Diffstat (limited to 'include/elf/aarch64.h')
-rw-r--r-- | include/elf/aarch64.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |