Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgloss/ChangeLog5
-rw-r--r--libgloss/moxie/moxie-elf-common.ld2
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/MAINTAINERS2
4 files changed, 13 insertions, 1 deletions
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 <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 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 <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 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