mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
Move moxie stack out in memory.
This commit is contained in:
@ -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>
|
2009-04-29 Chris Demetriou <cgd@google.com>
|
||||||
|
|
||||||
* lexsup.c (option_values): Add OPTION_NO_EXPORT_DYNAMIC.
|
* lexsup.c (option_values): Add OPTION_NO_EXPORT_DYNAMIC.
|
||||||
|
@ -5,4 +5,4 @@ OUTPUT_FORMAT="elf32-moxie"
|
|||||||
TEXT_START_ADDR=0x1000
|
TEXT_START_ADDR=0x1000
|
||||||
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||||||
ARCH=moxie
|
ARCH=moxie
|
||||||
STACK_ADDR=0x200000
|
STACK_ADDR=0x400000
|
||||||
|
Reference in New Issue
Block a user