From: Alan Modra Date: Thu, 13 Jan 2022 05:14:51 +0000 (+1030) Subject: Correct .relr.dyn nocombreloc script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34c95e6aad5ab9d709cffdd7065fa9b88f2ce7d2;p=binutils-gdb.git Correct .relr.dyn nocombreloc script * scripttempl/elf.sc (.relr.dyn): Don't depend on $COMBRELOC. --- diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index f3552a4a554..bf2268bb0ad 100644 --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc @@ -521,7 +521,7 @@ emit_dyn() fi fi rm -f ldscripts/dyntmp.$$ - if test -n "${COMBRELOC}" && test -n "${HAVE_DT_RELR}"; then + if test -n "${HAVE_DT_RELR}"; then echo " .relr.dyn : { *(.relr.dyn) }" fi }