Add self to MAINTAINERS file. Tweak moxie stack position.
This commit is contained in:
parent
82b77480f7
commit
2585eb1832
|
@ -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>
|
2009-04-22 Anthony Green <green@moxielogic.com>
|
||||||
|
|
||||||
* configure.in: Add moxie support.
|
* configure.in: Add moxie support.
|
||||||
|
|
|
@ -229,6 +229,6 @@ SECTIONS
|
||||||
.debug_funcnames 0 : { *(.debug_funcnames) }
|
.debug_funcnames 0 : { *(.debug_funcnames) }
|
||||||
.debug_typenames 0 : { *(.debug_typenames) }
|
.debug_typenames 0 : { *(.debug_typenames) }
|
||||||
.debug_varnames 0 : { *(.debug_varnames) }
|
.debug_varnames 0 : { *(.debug_varnames) }
|
||||||
.stack 0x80000 : { _stack = .; *(.stack) }
|
.stack 0x400000 : { _stack = .; *(.stack) }
|
||||||
/* These must appear regardless of . */
|
/* These must appear regardless of . */
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
2009-04-30 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
Allow gcc warning for toupper even with extended charsets.
|
Allow gcc warning for toupper even with extended charsets.
|
||||||
|
|
|
@ -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.
|
well as cpu-specific portions of the build system, without approval.
|
||||||
|
|
||||||
m32c port DJ Delorie dj@redhat.com
|
m32c port DJ Delorie dj@redhat.com
|
||||||
|
moxie Anthony Green green@moxielogic.com
|
||||||
|
|
||||||
|
|
||||||
Write After Approval
|
Write After Approval
|
||||||
|
|
||||||
These are users with general write privileges after getting approval:
|
These are users with general write privileges after getting approval:
|
||||||
|
|
||||||
|
Anthony Green green@moxielogic.com
|
||||||
DJ Delorie dj@redhat.com
|
DJ Delorie dj@redhat.com
|
||||||
Jim Wilson wilson@specifixinc.com
|
Jim Wilson wilson@specifixinc.com
|
||||||
|
|
Loading…
Reference in New Issue