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/moxie
parent82b77480f797603e3425228b83ed3c0cbc2a2977 (diff)
Add self to MAINTAINERS file. Tweak moxie stack position.
Diffstat (limited to 'libgloss/moxie')
-rw-r--r--libgloss/moxie/moxie-elf-common.ld2
1 files changed, 1 insertions, 1 deletions
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 . */
}