diff options
author | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-05-28 16:39:51 +0000 |
---|---|---|
committer | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-05-28 16:39:51 +0000 |
commit | 418009c200310bee330ac27ab44cd9390a72bfef (patch) | |
tree | 305b56c3077ac97dec7e96e0c3b3b6d15e2693dd /bfd/bfd-in2.h | |
parent | 0a8897c77c37f8f9d688f1fb546a319b5c9c546d (diff) | |
download | gdb-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/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 0050f46..a6299a5 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -5350,7 +5350,7 @@ of a signed or unsigned address/value. */ BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC, /* AArch64 TLS DESC relocation. */ - BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE, + BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21, /* AArch64 TLS DESC relocation. */ BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21, @@ -5362,7 +5362,7 @@ of a signed or unsigned address/value. */ BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC, /* AArch64 TLS DESC relocation. */ - BFD_RELOC_AARCH64_TLSDESC_LD64_PREL19, + BFD_RELOC_AARCH64_TLSDESC_LD_PREL19, /* AArch64 TLS DESC relocation. */ BFD_RELOC_AARCH64_TLSDESC_LDR, |