diff --git a/ld/ChangeLog b/ld/ChangeLog index a39e29ec78..9354e640eb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2014-07-17 Stefan Kristiansson + + * emulparams/elf32or1k_linux.sh (TEXT_START_ADDR): Increase from + 0x0 to first page boundary at 0x2000. + 2014-07-10 Max Filippov * emultempl/xtensaelf.em (is_inconsistent_linkonce_section): diff --git a/ld/emulparams/elf32or1k_linux.sh b/ld/emulparams/elf32or1k_linux.sh index a5bf12914d..80ef51c58e 100644 --- a/ld/emulparams/elf32or1k_linux.sh +++ b/ld/emulparams/elf32or1k_linux.sh @@ -3,3 +3,4 @@ unset EMBEDDED GENERATE_SHLIB_SCRIPT=yes GENERATE_PIE_SCRIPT=yes GENERATE_COMBRELOC_SCRIPT=yes +TEXT_START_ADDR=0x00002000