No real changes here, just making it that much easier to find targets
that set EMBEDDED to a non-empty string.
* emulparams/elf32bfinfd.sh: Unset EMBEDDED rather assigning as empty.
* emulparams/elf32frvfd.sh: Likewise.
* emulparams/elf32lm32fd.sh: Likewise.
* emulparams/i386lynx.sh: Likewise.
+2019-11-05 Alan Modra <amodra@gmail.com>
+
+ * emulparams/elf32bfinfd.sh: Unset EMBEDDED rather assigning as empty.
+ * emulparams/elf32frvfd.sh: Likewise.
+ * emulparams/elf32lm32fd.sh: Likewise.
+ * emulparams/i386lynx.sh: Likewise.
+
2019-10-22 Alan Modra <amodra@gmail.com>
PR 22269
TEMPLATE_NAME=elf
GENERATE_SHLIB_SCRIPT=yes
GENERATE_PIE_SCRIPT=yes
-EMBEDDED= # This gets us program headers mapped as part of the text segment.
+# This gets us program headers mapped as part of the text segment.
+unset EMBEDDED
OTHER_GOT_SYMBOLS=
OTHER_READONLY_SECTIONS="
.rofixup : {
unset EXTRA_EM_FILE
GENERATE_SHLIB_SCRIPT=yes
GENERATE_PIE_SCRIPT=yes
-EMBEDDED= # This gets us program headers mapped as part of the text segment.
+# This gets us program headers mapped as part of the text segment.
+unset EMBEDDED
OTHER_GOT_SYMBOLS=
OTHER_READONLY_SECTIONS="
.rofixup : {
TEMPLATE_NAME=elf
GENERATE_SHLIB_SCRIPT=yes
GENERATE_PIE_SCRIPT=yes
-EMBEDDED= # This gets us program headers mapped as part of the text segment.
+# This gets us program headers mapped as part of the text segment.
+unset EMBEDDED
OTHER_GOT_SYMBOLS=
OTHER_READONLY_SECTIONS="
.rofixup : {
ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
# Leave room of SIZEOF_HEADERS before text.
-EMBEDDED=
+unset EMBEDDED