diff options
author | Anthony Green <green@moxielogic.com> | 2009-05-01 02:53:25 +0000 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2009-05-01 02:53:25 +0000 |
commit | 2585eb1832dec4f27e95875c4a0b93152462a8cf (patch) | |
tree | 4e0a8d5f5c51977601e84a2add9c1ce4ae0483bd | |
parent | 82b77480f797603e3425228b83ed3c0cbc2a2977 (diff) | |
download | newlib-2585eb1832dec4f27e95875c4a0b93152462a8cf.zip newlib-2585eb1832dec4f27e95875c4a0b93152462a8cf.tar.gz newlib-2585eb1832dec4f27e95875c4a0b93152462a8cf.tar.bz2 |
Add self to MAINTAINERS file. Tweak moxie stack position.
-rw-r--r-- | libgloss/ChangeLog | 5 | ||||
-rw-r--r-- | libgloss/moxie/moxie-elf-common.ld | 2 | ||||
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/MAINTAINERS | 2 |
4 files changed, 13 insertions, 1 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index d40c24f..0acfcc0 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -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. diff --git a/libgloss/moxie/moxie-elf-common.ld b/libgloss/moxie/moxie-elf-common.ld index e039cfe..041e906 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 251c903..7927c80 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -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. diff --git a/newlib/MAINTAINERS b/newlib/MAINTAINERS index 07b0534..d8ab6cd 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 |