From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51424 invoked by alias); 16 Apr 2019 11:24:01 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 51370 invoked by uid 9078); 16 Apr 2019 11:24:01 -0000 Date: Tue, 16 Apr 2019 11:24:00 -0000 Message-ID: <20190416112401.51368.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Fix incorrect assembly code in _msp430_run_array X-Act-Checkin: newlib-cygwin X-Git-Author: Jozef Lawrynowicz X-Git-Refname: refs/heads/master X-Git-Oldrev: 2b4cf7622e65af1af831d2c48daa2a52ec3c56fa X-Git-Newrev: 38ecf252e56326bbdb5952ca75a8fad99cd1679d X-SW-Source: 2019-q2/txt/msg00008.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=38ecf252e56326bbdb5952ca75a8fad99cd1679d commit 38ecf252e56326bbdb5952ca75a8fad99cd1679d Author: Jozef Lawrynowicz Date: Mon Apr 15 18:06:09 2019 +0100 Fix incorrect assembly code in _msp430_run_array Diff: --- libgloss/msp430/crt0.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgloss/msp430/crt0.S b/libgloss/msp430/crt0.S index f5ab8d3..53162e6 100644 --- a/libgloss/msp430/crt0.S +++ b/libgloss/msp430/crt0.S @@ -246,8 +246,8 @@ _msp430_run_array: jeq _msp430_run_done mov_ @R4, R7 add_ R6, R4 - call_ @R7 - br_ _msp430_run_array + call_ R7 + br_ #_msp430_run_array _msp430_run_done: ret_