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:
authorJeff Law <jeffreyalaw@gmail.com>2022-03-20 17:19:45 +0300
committerJeff Law <jeffreyalaw@gmail.com>2022-03-20 17:19:45 +0300
commit157f03053dd94b87026b3a647dd98b0fc50c3d55 (patch)
tree51d4ac19e51c5e6dba9d0208b3520cb922dfdf27 /libgloss/v850
parent0c8679e080d4d55a0d6b7aefbf52188584b2b8e9 (diff)
Revert accidental change to v850/sim.ld
Diffstat (limited to 'libgloss/v850')
-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)