mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-02 06:54:54 +00:00
Move moxie stack out in memory.
This commit is contained in:
parent
53cc454a92
commit
efaf18f368
@ -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…
x
Reference in New Issue
Block a user