Don't hardcode .got.plt into DATA_SEGMENT_RELRO_END evaluation
[deliverable/binutils-gdb.git] / ld / emulparams / elf_l1om.sh
index 80152fea304d076f3fad630e5a83749a7aa8e079..624f4b305d7c8d5242472cb9e89c18b2c1e2ff0a 100644 (file)
@@ -14,7 +14,7 @@ GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
 NO_SMALL_DATA=yes
 LARGE_SECTIONS=yes
-SEPARATE_GOTPLT=24
+SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
 
 if [ "x${host}" = "x${target}" ]; then
   case " $EMULATION_LIBPATH " in
This page took 0.024874 seconds and 4 git commands to generate.