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:
Diffstat (limited to 'libgloss/moxie/moxie-elf-common.ld')
-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 . */
}