From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2134) id 269693858D33; Wed, 8 Mar 2023 19:28:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 269693858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678303686; bh=6LPwOHT9H+FHdQzJ50deIRyrITKTjw/QMVN5bbzgk8E=; h=From:To:Subject:Date:From; b=ofiBsIY50o+a4K86kbztApCT0tne3dqVJlZJak8XafzOMNvF35vjVEokvEH6MnXbk m4fiLm5/KyqmaPQq9mOJHpP101xGS1X2gwP4gP45N+uIEcDOFR9idJRMkQElWjgB1b 6Ob5HiW38o8Wc7PYZ1+qjoBzgLuWE7DwMymL7U2o= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jeff Johnston To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] libgloss/epiphany: Fix move instruction in crt0.S X-Act-Checkin: newlib-cygwin X-Git-Author: Sebastian Huber X-Git-Refname: refs/heads/master X-Git-Oldrev: 93f70d7849b865f2081596bbeabdd6fca6101553 X-Git-Newrev: 59de8167157ed300f06fd93cccf5d5ba98a77a70 Message-Id: <20230308192806.269693858D33@sourceware.org> Date: Wed, 8 Mar 2023 19:28:06 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D59de8167157= ed300f06fd93cccf5d5ba98a77a70 commit 59de8167157ed300f06fd93cccf5d5ba98a77a70 Author: Sebastian Huber Date: Wed Mar 8 14:07:07 2023 +0100 libgloss/epiphany: Fix move instruction in crt0.S =20 This patch relates to bug report: =20 https://sourceware.org/bugzilla/show_bug.cgi?id=3D30212 Diff: --- libgloss/epiphany/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgloss/epiphany/crt0.S b/libgloss/epiphany/crt0.S index b0d9ecbab..fcbba1e65 100644 --- a/libgloss/epiphany/crt0.S +++ b/libgloss/epiphany/crt0.S @@ -121,7 +121,7 @@ _external_start: #error "not implemented" #else /* !__STRUCT_ALIGN_64__ */ str r1, [r2, 0] ; __atexit =3D &__atexit0 - movr r0, 1 + mov r0, 1 str r0, [r1, 4] ; __atexit0._ind =3D 1 mov r0,%low(fini) movt r0,%high(fini)