public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Revert accidental change to v850/sim.ld
@ 2022-03-20 14:20 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2022-03-20 14:20 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=157f03053dd94b87026b3a647dd98b0fc50c3d55

commit 157f03053dd94b87026b3a647dd98b0fc50c3d55
Author: Jeff Law <jeffreyalaw@gmail.com>
Date:   Sun Mar 20 10:19:45 2022 -0400

    Revert accidental change to v850/sim.ld

Diff:
---
 libgloss/v850/sim.ld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-20 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-20 14:20 [newlib-cygwin] Revert accidental change to v850/sim.ld Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).