From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71301 invoked by alias); 5 May 2017 19:51:36 -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 71203 invoked by uid 89); 5 May 2017 19:51:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=Hx-languages-length:803 X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 05 May 2017 19:51:33 +0000 Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id A3D0810A7B9; Fri, 5 May 2017 15:51:33 -0400 (EDT) From: John Baldwin To: gdb-patches@sourceware.org Cc: Alan Hayward , Yao Qi , nd Subject: Re: [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (2/4) Date: Fri, 05 May 2017 19:51:00 -0000 Message-ID: <2154822.nzJM04clUk@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <806B436F-EFA1-4200-AC54-9036D166C9B9@arm.com> References: <3C00280E-37C9-4C0A-9DA6-F3B9DB1A6E8F@arm.com> <86y3v7uf9j.fsf@gmail.com> <806B436F-EFA1-4200-AC54-9036D166C9B9@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00152.txt.bz2 On Friday, May 05, 2017 08:04:04 AM Alan Hayward wrote: > > > On 11 Apr 2017, at 16:37, Yao Qi wrote: > > > > Alan Hayward writes: > > > > Hi Alan, > > There are different ways of getting rid of MAX_REGISTER_SIZE, let us try > > some simple approaches first. Some uses of MAX_REGISTER_SIZE still > > can't be removed, but let us start from easy part. > > > > Patch split into multiple parts. > > This part adds two new regcache functions: raw_supply_signed and > raw_collect_signed. > > Tested on a --enable-targets=all build using make check with board files > unix and native-gdbserver. > I do not have a MIPS machine to test on. > > Ok to commit? mips-fbsd-tdep.c changes look ok to me. -- John Baldwin