diff options
author | Anthony Green <green@moxielogic.com> | 2009-05-01 02:53:25 +0000 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2009-05-01 02:53:25 +0000 |
commit | 2585eb1832dec4f27e95875c4a0b93152462a8cf (patch) | |
tree | 4e0a8d5f5c51977601e84a2add9c1ce4ae0483bd /libgloss/moxie | |
parent | 82b77480f797603e3425228b83ed3c0cbc2a2977 (diff) | |
download | newlib-2585eb1832dec4f27e95875c4a0b93152462a8cf.zip newlib-2585eb1832dec4f27e95875c4a0b93152462a8cf.tar.gz newlib-2585eb1832dec4f27e95875c4a0b93152462a8cf.tar.bz2 |
Add self to MAINTAINERS file. Tweak moxie stack position.
Diffstat (limited to 'libgloss/moxie')
-rw-r--r-- | libgloss/moxie/moxie-elf-common.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/moxie/moxie-elf-common.ld b/libgloss/moxie/moxie-elf-common.ld index e039cfe..041e906 100644 --- a/libgloss/moxie/moxie-elf-common.ld +++ b/libgloss/moxie/moxie-elf-common.ld @@ -229,6 +229,6 @@ SECTIONS .debug_funcnames 0 : { *(.debug_funcnames) } .debug_typenames 0 : { *(.debug_typenames) } .debug_varnames 0 : { *(.debug_varnames) } - .stack 0x80000 : { _stack = .; *(.stack) } + .stack 0x400000 : { _stack = .; *(.stack) } /* These must appear regardless of . */ } |