Unset EMBEDDED rather than assigning as empty
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.
This commit is contained in:
parent
73ddaae155
commit
cbb54a288a
@ -1,3 +1,10 @@
|
||||
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
|
||||
|
@ -5,7 +5,8 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||||
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 : {
|
||||
|
@ -6,7 +6,8 @@ TEMPLATE_NAME=elf
|
||||
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 : {
|
||||
|
@ -6,7 +6,8 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||||
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 : {
|
||||
|
@ -18,4 +18,4 @@ GENERATE_SHLIB_SCRIPT=yes
|
||||
ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
|
||||
|
||||
# Leave room of SIZEOF_HEADERS before text.
|
||||
EMBEDDED=
|
||||
unset EMBEDDED
|
||||
|
Loading…
Reference in New Issue
Block a user