From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50124 invoked by alias); 12 Dec 2016 18:42:50 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 50108 invoked by uid 89); 12 Dec 2016 18:42:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:CABXYE2WEVB, H*MI:sk:uX7Sx6a, H*MI:sk:Rhe3w@m X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Dec 2016 18:42:47 +0000 Received: from vapier.lan (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id A6955341293; Mon, 12 Dec 2016 18:42:45 +0000 (UTC) Date: Mon, 12 Dec 2016 18:42:00 -0000 From: Mike Frysinger To: Jim Wilson Cc: "gdb-patches@sourceware.org" , Nick Clifton Subject: Re: [PATCH] fix for aarch64 sim tbnz bug Message-ID: <20161212184245.GU10558@vapier.lan> Mail-Followup-To: Jim Wilson , "gdb-patches@sourceware.org" , Nick Clifton References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="BOY+hQj86lETlGFu" Content-Disposition: inline In-Reply-To: X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00273.txt.bz2 --BOY+hQj86lETlGFu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 746 On 04 Dec 2016 19:43, Jim Wilson wrote: > --- a/sim/testsuite/sim/aarch64/testutils.inc > +++ b/sim/testsuite/sim/aarch64/testutils.inc > @@ -43,11 +43,11 @@ >=20=20=09 > swiwrite 5 > exit 0 > + .endm >=20=20 > .data > .Lpass: > .asciz "pass\n" > - .endm >=20=20 > # MACRO: fail > # Write 'fail' to stdout and quit > @@ -56,12 +56,12 @@ > adrp x1, .Lfail > add x1, x1, :lo12:.Lfail > swiwrite 5 > - exit 0 > + exit 1 > + .endm >=20=20 > .data > .Lfail: > .asciz "fail\n" > - .endm >=20=20 > # MACRO: start > # All assembler tests should start with a call to "start" i think you want to stuff those pass/fail strings into the start macro instead of just having it get inserted where the include happened to show up. -mike --BOY+hQj86lETlGFu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYTu+lAAoJEEFjO5/oN/WB6YUQAInvIf/6HJjnS4v1W4Z1TA4H kBRw173/Gqnoj/rKIMUos5s+Afl08QJucVin4nDG23T0/sZR23qxyZWwiMl7sNT1 j3SKVZXo+S+gV0qGsLWMwLLZcX2TAgH4UeJLZPfsta0qJjIlyKYk7fpzSifd4nNB 558skfnse8NwsChSa9aXkQhrx7E080ctmwlPI5QOm/SAdYFAckKUR3SVQd03iGuD kdquBvoHiFTZyr8Z8nWS/GXQlM5CRw31+AlAOry3rv7sHt532zhawKXH3RTG+ga4 UEik3mZo8J4d2MyNwDO2YR8vmDm73fMI7ZlsC1Kk0u975EWlit2pyJJBLdJgji4p gPLaMqhY/Ok2mSbUNsXgiHbvzTS4pK9McuNnSZiCYfg6oHrjLV4D4fKqBjwU7F4y WYhH8Uz8MaFh/yqIwgV313DuJtmruAutILr8u0aT1HSj2sXUJ1/xsIA7Ti/qavMQ acPpbJNsEqHO7Nc14THlSnQ8AclxbKJO76UwroNrqdQgTVzzs6uVSXS4tpm2ipuo 9d0YukRttS8+BM/tQOf3LaaFKOYAqmKiVL+Sm5V29IfEYR6N1jMIS7tqPXbxiFKw f4RFLNrmOQsZIwAgHHPSCQkFNPB1atyzJDW+cByKZ/NJV0HSoRxUajz92KmO0Ow+ JXV1DsVd7TSRfOVQb7vC =say1 -----END PGP SIGNATURE----- --BOY+hQj86lETlGFu--