or1k: increase linux TEXT_START_ADDR to 0x2000
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Wed, 16 Jul 2014 21:25:20 +0000 (00:25 +0300)
committerStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Wed, 16 Jul 2014 21:26:45 +0000 (00:26 +0300)
commit8d14e1918d16b5f700d7cde8bf40f1e0309bbfc6
treea8f2124118e811de1b01df0d29e0441acabc4656
parent69ff6be55c0e6181223f2b9c93d90ffc9f7fb0f5
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.
ld/ChangeLog
ld/emulparams/elf32or1k_linux.sh