This is the mail archive of the binutils@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]

[AArch64] Add R_AARCH64_P32_LD32_GOTPAGE_LO14 to elf header


This patch add R_AARCH64_P32_LD32_GOTPAGE_LO14 to AArch64 elf header.

OK for trunk?

Thanks.

2015-05-12  Jiong. Wang  <jiong.wang@arm.com>

include/
  * elf/aarch64.h (R_AARCH64_P32_LD32_GOTPAGE_LO14): New enumeration.

-- 
Regards,
Jiong

commit 0dc666c8823183dc5cce963d5360e4dc4a8e62c5
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Thu May 7 16:27:31 2015 +0100

    Add R_AARCH64_P32_LD32_GOTPAGE_LO14

diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h
index b905f13..3aee711 100644
--- a/include/elf/aarch64.h
+++ b/include/elf/aarch64.h
@@ -124,6 +124,7 @@ RELOC_NUMBER (R_AARCH64_P32_CALL26, 21)
 RELOC_NUMBER (R_AARCH64_P32_GOT_LD_PREL19, 25)
 RELOC_NUMBER (R_AARCH64_P32_ADR_GOT_PAGE, 26)
 RELOC_NUMBER (R_AARCH64_P32_LD32_GOT_LO12_NC, 27)
+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)

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