aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc.c
diff options
context:
space:
mode:
authorYufeng Zhang <yufeng.zhang@arm.com>2013-05-28 16:39:51 +0000
committerYufeng Zhang <yufeng.zhang@arm.com>2013-05-28 16:39:51 +0000
commit418009c200310bee330ac27ab44cd9390a72bfef (patch)
tree305b56c3077ac97dec7e96e0c3b3b6d15e2693dd /bfd/reloc.c
parent0a8897c77c37f8f9d688f1fb546a319b5c9c546d (diff)
downloadgdb-418009c200310bee330ac27ab44cd9390a72bfef.zip
gdb-418009c200310bee330ac27ab44cd9390a72bfef.tar.gz
gdb-418009c200310bee330ac27ab44cd9390a72bfef.tar.bz2
Correct the relocation names for R_AARCH64_TLSDESC_LD_PREL19 and R_AARCH64_TLSDESC_ADR_PAGE21.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r--bfd/reloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c
index 57df51b..d4d98f7 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -6275,7 +6275,7 @@ ENUM
ENUMDOC
AArch64 TLS DESC relocation.
ENUM
- BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE
+ BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21
ENUMDOC
AArch64 TLS DESC relocation.
ENUM
@@ -6291,7 +6291,7 @@ ENUM
ENUMDOC
AArch64 TLS DESC relocation.
ENUM
- BFD_RELOC_AARCH64_TLSDESC_LD64_PREL19
+ BFD_RELOC_AARCH64_TLSDESC_LD_PREL19
ENUMDOC
AArch64 TLS DESC relocation.
ENUM