Add self to MAINTAINERS file. Tweak moxie stack position.

This commit is contained in:
Anthony Green
2009-05-01 02:53:25 +00:00
parent 82b77480f7
commit 2585eb1832
4 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-04-29 Anthony Green <green@moxielogic.com>
* moxie/moxie-elf-common.ld: Move default stack out to accommodate
large GCC tests.
2009-04-22 Anthony Green <green@moxielogic.com>
* configure.in: Add moxie support.

View File

@@ -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 . */
}