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][4/8] Add R_AARCH64_P32_TLSLD_ADD_LO12_NC in elf header


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

commit 56a2e4507a4249634422fba2373b651b774c55ac
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Tue Aug 11 17:07:30 2015 +0100

    [AArch64][4/8] Add R_AARCH64_P32_TLSLD_ADD_LO12_NC in elf header
    
    2015-08-11  Jiong Wang  <jiong.wang@arm.com>
    
    include/elf/
      * aarch64.h (R_AARCH64_P32_TLSLD_ADD_LO12_NC): Define.

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

diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 308c442..3b1b75d 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,5 +1,9 @@
 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
 
+	* aarch64.h (R_AARCH64_P32_TLSLD_ADD_LO12_NC): Define.
+
+2015-08-11  Jiong Wang  <jiong.wang@arm.com>
+
 	* aarch64.h (R_AARCH64_P32_TLSLD_ADR_PAGE21): Define.
 
 2015-07-01  Sandra Loosemore  <sandra@codesourcery.com>
diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h
index ce56326..0eb97f3 100644
--- a/include/elf/aarch64.h
+++ b/include/elf/aarch64.h
@@ -131,6 +131,7 @@ 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_TLSLD_ADR_PAGE21, 84)
+RELOC_NUMBER (R_AARCH64_P32_TLSLD_ADD_LO12_NC, 85)
 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]