projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6ac16
)
Correct .relr.dyn nocombreloc script
author
Alan Modra
<amodra@gmail.com>
Thu, 13 Jan 2022 05:14:51 +0000
(15:44 +1030)
committer
Alan Modra
<amodra@gmail.com>
Thu, 13 Jan 2022 06:09:35 +0000
(16:39 +1030)
* scripttempl/elf.sc (.relr.dyn): Don't depend on $COMBRELOC.
ld/scripttempl/elf.sc
patch
|
blob
|
history
diff --git
a/ld/scripttempl/elf.sc
b/ld/scripttempl/elf.sc
index f3552a4a554d21bd209d75c25b12f1476d413530..bf2268bb0ad96f30cc1f8c514b6895c272df726c 100644
(file)
--- 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
}