public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jeff Law <law@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] Revert accidental change to v850/sim.ld
Date: Sun, 20 Mar 2022 14:20:03 +0000 (GMT)	[thread overview]
Message-ID: <20220320142003.948423858C74@sourceware.org> (raw)

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)


                 reply	other threads:[~2022-03-20 14:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220320142003.948423858C74@sourceware.org \
    --to=law@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).