Add self to MAINTAINERS file. Tweak moxie stack position.
This commit is contained in:
@@ -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.
|
||||
|
@@ -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 . */
|
||||
}
|
||||
|
Reference in New Issue
Block a user