Don't merge sections with differing MASKPROC or MASKOS flags
[deliverable/binutils-gdb.git] / ld / emulparams / shelf_vxworks.sh
index c45099046e8135ed9dda4d1e20df40eb79f2078e..c985a98ae4ef94591acf444607192b6845cd2fe2 100644 (file)
@@ -10,12 +10,12 @@ TEXT_START_ADDR=0x1000
 MAXPAGESIZE='CONSTANT (MAXPAGESIZE)'
 ARCH=sh
 MACHINE=
-TEMPLATE_NAME=elf32
+TEMPLATE_NAME=elf
 GENERATE_SHLIB_SCRIPT=yes
 ENTRY=__start
 SYMPREFIX=_
 
 GOT=".got          ${RELOCATING-0} : {
-  PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
-  *(.got.plt) *(.got) }"
-. ${srcdir}/emulparams/vxworks.sh
+  ${RELOCATING+PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
+  *(.got.plt) }*(.got) }"
+source_sh ${srcdir}/emulparams/vxworks.sh
This page took 0.025047 seconds and 4 git commands to generate.