Don't hardcode .got.plt into DATA_SEGMENT_RELRO_END evaluation
[deliverable/binutils-gdb.git] / ld / emulparams / elf_i386.sh
index 2b2f910fd6ad75aaeb1a0087b229a59f9a99f7cf..665a1ad36600a195cbd20e88ae470c3f7285b6ce 100644 (file)
@@ -11,5 +11,5 @@ TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
 NO_SMALL_DATA=yes
-SEPARATE_GOTPLT=12
+SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 12 ? 12 : 0"
 IREL_IN_PLT=
This page took 0.023653 seconds and 4 git commands to generate.