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 /bfd/reloc.c | |
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 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 547c1a1..8c4a88a 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -6769,6 +6769,10 @@ ENUMDOC relative value. Used in conjunction with BFD_RELOC_AARCH64_TLSGD_ADD_LO12_NC. ENUM + BFD_RELOC_AARCH64_TLSGD_ADR_PREL21 +ENUMDOC + AArch64 TLS General Dynamic +ENUM BFD_RELOC_AARCH64_TLSGD_ADD_LO12_NC ENUMDOC Unsigned 12 bit byte offset to global offset table entry for a symbols |