Don't hardcode .got.plt into DATA_SEGMENT_RELRO_END evaluation
[deliverable/binutils-gdb.git] / ld / emulparams / elf32tilepro.sh
index 5fb4443f163745c80bc6a22640aeed1a0310e071..01d84bcff38785d56d5f0c36e1cdcad6aa43c257 100644 (file)
@@ -17,7 +17,7 @@ GENERATE_SHLIB_SCRIPT=yes
 GENERATE_COMBRELOC_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
 NO_SMALL_DATA=yes
-SEPARATE_GOTPLT=8
+SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 8 ? 8 : 0"
 OTHER_SECTIONS="
   /* TILEPRO architecture interrupt vector areas */
   .intrpt0 0xfc000000 : { KEEP(*(.intrpt0)) }
This page took 0.023942 seconds and 4 git commands to generate.