mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
8d14e1918d
Override the default value of 0x0000 defined in TEXT_START_ADDR to avoid linux executables to be mapped at zero page. ld/ * emulparams/elf32or1k_linux.sh (TEXT_START_ADDR): Increase from 0x0 to first page boundary at 0x2000.
7 lines
158 B
Bash
7 lines
158 B
Bash
. ${srcdir}/emulparams/elf32or1k.sh
|
|
unset EMBEDDED
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
GENERATE_PIE_SCRIPT=yes
|
|
GENERATE_COMBRELOC_SCRIPT=yes
|
|
TEXT_START_ADDR=0x00002000
|