From 2585eb1832dec4f27e95875c4a0b93152462a8cf Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Fri, 1 May 2009 02:53:25 +0000 Subject: [PATCH] Add self to MAINTAINERS file. Tweak moxie stack position. --- libgloss/ChangeLog | 5 +++++ libgloss/moxie/moxie-elf-common.ld | 2 +- newlib/ChangeLog | 5 +++++ newlib/MAINTAINERS | 2 ++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index d40c24fdf..0acfcc0c2 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,8 @@ +2009-04-29 Anthony Green + + * moxie/moxie-elf-common.ld: Move default stack out to accommodate + large GCC tests. + 2009-04-22 Anthony Green * configure.in: Add moxie support. diff --git a/libgloss/moxie/moxie-elf-common.ld b/libgloss/moxie/moxie-elf-common.ld index e039cfede..041e90616 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 . */ } diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 251c90334..7927c8002 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2009-04-30 Anthony Green + + * MAINTAINERS: Add myself as moxie maintainer and to the + write-after-approval list. + 2009-04-30 Eric Blake Allow gcc warning for toupper even with extended charsets. diff --git a/newlib/MAINTAINERS b/newlib/MAINTAINERS index 07b0534f0..d8ab6cdda 100644 --- a/newlib/MAINTAINERS +++ b/newlib/MAINTAINERS @@ -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