Remove x86 NaCl target support
[deliverable/binutils-gdb.git] / ld / emulparams / elf32tilepro.sh
index 5fb4443f163745c80bc6a22640aeed1a0310e071..93bccef4285ccef483e9a1d04340344ed702f5a6 100644 (file)
@@ -12,12 +12,12 @@ ARCH=tilepro
 ALIGNMENT=64
 MACHINE=
 NOP=0
-TEMPLATE_NAME=elf32
+TEMPLATE_NAME=elf
 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.026137 seconds and 4 git commands to generate.