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

View File

@ -1,3 +1,8 @@
2009-04-30 Anthony Green <green@moxielogic.com>
* MAINTAINERS: Add myself as moxie maintainer and to the
write-after-approval list.
2009-04-30 Eric Blake <ebb9@byu.net>
Allow gcc warning for toupper even with extended charsets.

View File

@ -34,11 +34,13 @@ CPU port maintainers may make changes in cpu-specific directories, as
well as cpu-specific portions of the build system, without approval.
m32c port DJ Delorie dj@redhat.com
moxie Anthony Green green@moxielogic.com
Write After Approval
These are users with general write privileges after getting approval:
Anthony Green green@moxielogic.com
DJ Delorie dj@redhat.com
Jim Wilson wilson@specifixinc.com