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')
-rw-r--r--libgloss/v850/sim.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/v850/sim.ld b/libgloss/v850/sim.ld
index bffff6220..48da1150b 100644
--- a/libgloss/v850/sim.ld
+++ b/libgloss/v850/sim.ld
@@ -195,7 +195,7 @@ SECTIONS
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
/* User stack. */
- .stack 0x300000 :
+ .stack 0x200000 :
{
__stack = .;
*(.stack)