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:
authorAnthony Green <green@moxielogic.com>2009-05-01 06:53:25 +0400
committerAnthony Green <green@moxielogic.com>2009-05-01 06:53:25 +0400
commit2585eb1832dec4f27e95875c4a0b93152462a8cf (patch)
tree4e0a8d5f5c51977601e84a2add9c1ce4ae0483bd /libgloss
parent82b77480f797603e3425228b83ed3c0cbc2a2977 (diff)
Add self to MAINTAINERS file. Tweak moxie stack position.
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/ChangeLog5
-rw-r--r--libgloss/moxie/moxie-elf-common.ld2
2 files changed, 6 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 . */
}