or1k: increase linux TEXT_START_ADDR to 0x2000
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.
This commit is contained in:
parent
69ff6be55c
commit
8d14e1918d
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-07-17 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
|
||||
|
||||
* emulparams/elf32or1k_linux.sh (TEXT_START_ADDR): Increase from
|
||||
0x0 to first page boundary at 0x2000.
|
||||
|
||||
2014-07-10 Max Filippov <jcmvbkbc@gmail.com>
|
||||
|
||||
* emultempl/xtensaelf.em (is_inconsistent_linkonce_section):
|
||||
|
|
|
@ -3,3 +3,4 @@ unset EMBEDDED
|
|||
GENERATE_SHLIB_SCRIPT=yes
|
||||
GENERATE_PIE_SCRIPT=yes
|
||||
GENERATE_COMBRELOC_SCRIPT=yes
|
||||
TEXT_START_ADDR=0x00002000
|
||||
|
|
Loading…
Reference in a new issue