[binutils-gdb/binutils-2_27-branch] Support -pie for aarch64*-elf targets.
Roland McGrath
roland@sourceware.org
Tue Jul 19 17:20:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8d1a739279315a6abafbb1632da51cda60160217
commit 8d1a739279315a6abafbb1632da51cda60160217
Author: Roland McGrath <mcgrathr@chromium.org>
Date: Tue Jul 19 10:19:06 2016 -0700
Support -pie for aarch64*-elf targets.
ld/
* emulparams/aarch64elf.sh (GENERATE_PIE_SCRIPT): Set to yes.
* emulparams/aarch64elf32.sh: Likewise.
(cherry picked from commit 3af09e8db3084f5e03b7f09768a2ab6415418e63)
Diff:
---
ld/ChangeLog | 7 ++++++-
ld/emulparams/aarch64elf.sh | 2 ++
ld/emulparams/aarch64elf32.sh | 2 ++
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4863529..fdd7399 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-19 Roland McGrath <roland@hack.frob.com>
+
+ * emulparams/aarch64elf.sh (GENERATE_PIE_SCRIPT): Set to yes.
+ * emulparams/aarch64elf32.sh: Likewise.
+
2016-07-01 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.
@@ -807,7 +812,7 @@
* testsuite/ld-plugin/pr20103c.c: Likewise.
2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
-
+
* testsuite/ld-mips-elf/jalx-local.d: New test.
* testsuite/ld-mips-elf/jalx-local-n32.d: New test.
* testsuite/ld-mips-elf/jalx-local-n64.d: New test.
diff --git a/ld/emulparams/aarch64elf.sh b/ld/emulparams/aarch64elf.sh
index 6864d65..6eb2bad 100644
--- a/ld/emulparams/aarch64elf.sh
+++ b/ld/emulparams/aarch64elf.sh
@@ -13,6 +13,8 @@ TEMPLATE_NAME=elf32
EXTRA_EM_FILE=aarch64elf
GENERATE_SHLIB_SCRIPT=yes
+GENERATE_PIE_SCRIPT=yes
+
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
ENTRY=_start
diff --git a/ld/emulparams/aarch64elf32.sh b/ld/emulparams/aarch64elf32.sh
index f85c9ff..c0d6b72 100644
--- a/ld/emulparams/aarch64elf32.sh
+++ b/ld/emulparams/aarch64elf32.sh
@@ -13,6 +13,8 @@ TEMPLATE_NAME=elf32
EXTRA_EM_FILE=aarch64elf
GENERATE_SHLIB_SCRIPT=yes
+GENERATE_PIE_SCRIPT=yes
+
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
ENTRY=_start
More information about the Binutils-cvs
mailing list