From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82430 invoked by alias); 15 Jun 2016 10:07:49 -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 82410 invoked by uid 89); 15 Jun 2016 10:07:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Fine, our X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 15 Jun 2016 10:07:45 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BD71F70AB0; Wed, 15 Jun 2016 10:07:44 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u5FA7hoA025206; Wed, 15 Jun 2016 06:07:43 -0400 Subject: Re: [PATCH v2] AndesTech NDS32 port To: Yan-Ting Lin References: <3561f390-ea41-2ee3-a5a9-d870429497c3@gmail.com> <868typxi5r.fsf@gmail.com> <52349f93-90e6-eca9-c368-6de28a490509@redhat.com> Cc: Yao Qi , gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Wed, 15 Jun 2016 10:07:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-06/txt/msg00265.txt.bz2 On 06/15/2016 09:44 AM, Yan-Ting Lin wrote: > 2016-06-13 22:12 GMT+08:00 Pedro Alves : >> >> Why do we need to support explicitly-listed 32-bit single-precision >> registers at all? > > Currently, our porting to OpenOCD explicitly lists single-precision > registers, so the support is left. > After removing this from OpenOCD, this support will be also removed. Thanks for the explanation. Fine with me then. -- Pedro Alves