From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29160 invoked by alias); 18 Jun 2005 15:24:45 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29128 invoked by uid 22791); 18 Jun 2005 15:24:39 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 18 Jun 2005 15:24:39 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j5IFOYvI000235; Sat, 18 Jun 2005 17:24:34 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j5IFOYNR009195; Sat, 18 Jun 2005 17:24:34 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j5IFOX6r004053; Sat, 18 Jun 2005 17:24:33 +0200 (CEST) Date: Sat, 18 Jun 2005 15:24:00 -0000 Message-Id: <200506181524.j5IFOX6r004053@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sources.redhat.com In-reply-to: <20050617014520.GA17013@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 16 Jun 2005 21:45:20 -0400) Subject: Re: [commit] gdb_byte regcache.[hc] References: <428CC0B1.6020008@gnu.org> <20050519170724.GA24675@nevyn.them.org> <428CCBB8.4050603@gnu.org> <200506102212.j5AMCOoq028820@elgar.sibelius.xs4all.nl> <200506112128.j5BLSqmQ027273@elgar.sibelius.xs4all.nl> <42B03C1E.2090801@gnu.org> <7541.192.87.1.200.1118854079.squirrel@192.87.1.200> <20050617014520.GA17013@nevyn.them.org> X-SW-Source: 2005-06/txt/msg00284.txt.bz2 Date: Thu, 16 Jun 2005 21:45:20 -0400 From: Daniel Jacobowitz On Wed, Jun 15, 2005 at 06:47:59PM +0200, Mark Kettenis wrote: > >> > >> Argh, let's blame it on my jetlag, but I meant regcache_raw_supply and > >> regcache_raw_collect as the function that should take `void *' instead > >> of `gdb_byte *'. The other regcache_raw_xxx functions can stay as > >> they are now. > > > > 6hrs time difference is not jetlag ... > > > > Just supply/collect is making more sense :-) > > The attached patchis what I had in mind. > > OK? I think this is a good idea. Since it did make some sense to Andrew too, I committed it. This should fix many -Werror issues on native builds. Mark