Fix SH GOT allocation in the presence of linker garbage collection.
[deliverable/binutils-gdb.git] / ld / emulparams / shlelf_nto.sh
index 16f65087eb08612d803ddcc4810a8db01252ebd1..f8ffc13b36bed3c4e13a0fcc2a2616bf26fce812 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.023859 seconds and 4 git commands to generate.