public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Correct .relr.dyn nocombreloc script
@ 2022-01-13  6:21 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2022-01-13  6:21 UTC (permalink / raw)
  To: binutils

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

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-13  6:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13  6:21 Correct .relr.dyn nocombreloc script Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).