This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [AArch64][1/3] Add R_AARCH64_P32_TLSLD_ADR_PREL21 in elf header


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=53e8fd0f07cec1eb36149a64e4ed45923967453c

commit 53e8fd0f07cec1eb36149a64e4ed45923967453c
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Thu Jul 16 15:38:32 2015 +0100

    [AArch64][1/3] Add R_AARCH64_P32_TLSLD_ADR_PREL21 in elf header

Diff:
---
 include/ChangeLog     | 4 ++++
 include/elf/aarch64.h | 1 +
 2 files changed, 5 insertions(+)

diff --git a/include/ChangeLog b/include/ChangeLog
index 9fc5469..a6ce20a 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-16  Jiong Wang  <jiong.wang@arm.com>
+
+	* elf/aarch64.h (R_AARCH64_P32_TLSLD_ADR_PREL21): New enumeration.
+
 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
 
 	Sync with GCC
diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h
index 3aee711..bc8cfb6 100644
--- a/include/elf/aarch64.h
+++ b/include/elf/aarch64.h
@@ -129,6 +129,7 @@ RELOC_NUMBER (R_AARCH64_P32_LD32_GOTPAGE_LO14, 28)
 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_TLSLD_ADR_PREL21, 83)
 RELOC_NUMBER (R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21, 103)
 RELOC_NUMBER (R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC, 104)
 RELOC_NUMBER (R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19, 105)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]