ELF ld -r scripts
[deliverable/binutils-gdb.git] / ld / emulparams / shelf_vxworks.sh
index c45099046e8135ed9dda4d1e20df40eb79f2078e..4b82e36e6e808320103b6ea44aa44ef210d9ea2e 100644 (file)
@@ -16,6 +16,6 @@ ENTRY=__start
 SYMPREFIX=_
 
 GOT=".got          ${RELOCATING-0} : {
-  PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
-  *(.got.plt) *(.got) }"
+  ${RELOCATING+PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
+  *(.got.plt) }*(.got) }"
 . ${srcdir}/emulparams/vxworks.sh
This page took 0.025207 seconds and 4 git commands to generate.