Fix SH GOT allocation in the presence of linker garbage collection.
[deliverable/binutils-gdb.git] / ld / emulparams / shelf_nto.sh
index c4d71aa99932fd85201768c6e701955a23aebb51..46efd8789609813be6f706fc099f99318f476b80 100644 (file)
@@ -9,3 +9,6 @@ TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 TEXT_START_SYMBOLS='_btext = .;'
 ENTRY=_start
+# 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
This page took 0.024544 seconds and 4 git commands to generate.