From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2119) id 948423858C74; Sun, 20 Mar 2022 14:20:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 948423858C74 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jeff Law To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Revert accidental change to v850/sim.ld X-Act-Checkin: newlib-cygwin X-Git-Author: Jeff Law X-Git-Refname: refs/heads/master X-Git-Oldrev: 0c8679e080d4d55a0d6b7aefbf52188584b2b8e9 X-Git-Newrev: 157f03053dd94b87026b3a647dd98b0fc50c3d55 Message-Id: <20220320142003.948423858C74@sourceware.org> Date: Sun, 20 Mar 2022 14:20:03 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2022 14:20:03 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D157f03053dd= 94b87026b3a647dd98b0fc50c3d55 commit 157f03053dd94b87026b3a647dd98b0fc50c3d55 Author: Jeff Law 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 =3D .; *(.stack)