summaryrefslogtreecommitdiff
path: root/ld/config.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-06-22 05:37:24 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-06-22 05:37:38 -0700
commit647e4d46495f2bfb0950fd1066c8a660173cca40 (patch)
treeaa635b99d89cedde44d81afb3b110187bf05cb6f /ld/config.in
parent6edaf4d75b45ff08d7296095506904663b8f0576 (diff)
ld: Add a linker configure option --enable-relro
Add a configure option --enable-relro to decide whether -z relro should be enabled in ELF linker by default. Default to yes for all Linux targets, except FRV, HPPA, IA64 and MIPS, since many relro tests fail on these targets. PR ld/20283 * NEWS: Mention --enable-relro. * configure.ac: Add --enable-relro. (DEFAULT_LD_Z_RELRO): New. Set by --enable-relro. * configure.tgt (ac_default_ld_z_relro): Default it to 1 for some Linux targets. * config.in: Regenerated. * configure: Likewise. * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set link_info.relro to DEFAULT_LD_Z_RELRO. * testsuite/config/default.exp (ld_elf_shared_opt): New. * testsuite/lib/ld-lib.exp (run_dump_test): Pass $ld_elf_shared_opt to ld for ELF targets with shared object support. (run_ld_link_tests): Likewise.
Diffstat (limited to 'ld/config.in')
-rw-r--r--ld/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in
index 276fb776da..2c6d698b6c 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -10,6 +10,9 @@
/* Define if you want compressed debug sections by default. */
#undef DEFAULT_FLAG_COMPRESS_DEBUG
+/* Define to 1 if you want to enable -z relro in ELF linker by default. */
+#undef DEFAULT_LD_Z_RELRO
+
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS