Correct .relr.dyn nocombreloc script

* scripttempl/elf.sc (.relr.dyn): Don't depend on $COMBRELOC.
This commit is contained in:
Alan Modra 2022-01-13 15:44:51 +10:30
parent fb6ac163ad
commit 34c95e6aad

View File

@ -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
}