Automatic makefile dependencies for generated ld/e*.c
[deliverable/binutils-gdb.git] / ld / emulparams / shelf_vxworks.sh
index 759ffac2886ce3c8da872eef7f64c7f8b78a8124..4929c0d53d372ebfd69de65a634516e706ccdee8 100644 (file)
@@ -14,11 +14,8 @@ TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 ENTRY=__start
 SYMPREFIX=_
-# PR 17739.  Delay checking relocs until after all files have
-# been opened and linker garbage collection has taken place.
-CHECK_RELOCS_AFTER_OPEN_INPUT=yes
 
 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.024878 seconds and 4 git commands to generate.