diff options
-rw-r--r-- | ld/scripttempl/elf.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index f3552a4..bf2268b 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 } |