Move moxie stack out in memory.
This commit is contained in:
parent
53cc454a92
commit
efaf18f368
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-04-29 Anthony Green <green@moxielogic.com>
|
||||
|
||||
* emulparams/elf32moxie.sh (STACK_ADDR): Move default stack
|
||||
position out to accommodate larger programs.
|
||||
|
||||
2009-04-29 Chris Demetriou <cgd@google.com>
|
||||
|
||||
* lexsup.c (option_values): Add OPTION_NO_EXPORT_DYNAMIC.
|
||||
|
|
|
@ -5,4 +5,4 @@ OUTPUT_FORMAT="elf32-moxie"
|
|||
TEXT_START_ADDR=0x1000
|
||||
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||||
ARCH=moxie
|
||||
STACK_ADDR=0x200000
|
||||
STACK_ADDR=0x400000
|
||||
|
|
Loading…
Add table
Reference in a new issue