From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28759 invoked by alias); 14 Apr 2017 17:26:39 -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 28742 invoked by uid 89); 14 Apr 2017 17:26:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hayward, hayward 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; Fri, 14 Apr 2017 17:26:37 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 433DA33D3CE; Fri, 14 Apr 2017 17:26:37 +0000 (UTC) Date: Fri, 14 Apr 2017 17:26:00 -0000 From: Mike Frysinger To: Alan Hayward Cc: "gdb-patches@sourceware.org" , nd Subject: Re: [PATCH 7/11] Add BFIN_MAX_REGISTER_SIZE Message-ID: <20170414172636.GI24205@vapier> Mail-Followup-To: Alan Hayward , "gdb-patches@sourceware.org" , nd References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="EAxp3f1s+pEXSACT" Content-Disposition: inline In-Reply-To: X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00466.txt.bz2 --EAxp3f1s+pEXSACT Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 432 On 04 Apr 2017 10:14, Alan Hayward wrote: > Max size set to 32bits, which I determined using regformats/reg-bfin.dat >=20 > Tested on a --enable-targets=3Dall build using make check with board files > unix and native-gdbserver. >=20 > I do not have an BFIN machine to test on. yes, Blackfin only has 32-bit registers. it has two 40-bit accumulators (A0 & A1), but they're read/written as 32-bit (A0.W) & 8-bit (A0.X) pairs. -mike --EAxp3f1s+pEXSACT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 833 -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAljxBkwACgkQQWM7n+g3 9YGF6xAAtxihMKfU8qpmD75W8y/+RBwTHwIArKStsDEK9emy/jwSUlg9Du9+tAzx 73Ox1bLHqGEDYrN36acAmbicQUlxneb+Ce8fj0m++pQd/Cq5YqB0L0sRpwsDboqv bWdS+KsiJsW8DtbkpfF3rdV0rVRKMb6xoKLDLdprOIKCjouAUri8IOHE7AdRWD19 oGfn/8zYIIVoFISamMCMLjq/oaDbcCLLFJzmGVMeKSI0YqJ4GB/VcMEeKLDUj4G0 FDtOCvXZNcpnmvnuV2+puEpdBYXA1n+TWAOh/d2U2HnRct8Xgc2H8Yodj4ZBYFBg 9Ar0s7ywVs0qB0at2UWGmWE4WKFKBM04WgGiGh+cQ7FuUcrGSRYMUMvDq4Xqf3r7 KTl1tA+4mYILQpJtLzXCHWYajzgGI+jnuTQEl7/5ueoc3b09PT1V1KxPdb7Fe3ip enbTba5+FVcsH66vY1qESA/t4eEdQ1fm9ErmcPqpmIx9aPo4E2NGY8O51/e80AwC MixJloWOr7vgVnrUEFjkfRBbi1VpErf+Uqaf2N76+ynPI0Ccl+s5Qq5pNMxrg/1M n2WgEN+ITNFrRzJrd8NAZ/ZYXqov3LXZY8z5Tm+TLceAX6ZHkw6bSbQbSmb0sw0L 0RP9mps1ZXRV2QoGOQvmGuDBKE0aWL90J2hdrE/GBu5Rl2VUBOk= =DkzA -----END PGP SIGNATURE----- --EAxp3f1s+pEXSACT--