From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12561 invoked by alias); 29 Aug 2003 15:36:06 -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 12535 invoked from network); 29 Aug 2003 15:36:05 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 29 Aug 2003 15:36:05 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C178C2B7F; Fri, 29 Aug 2003 11:36:07 -0400 (EDT) Message-ID: <3F4F72E7.8010603@redhat.com> Date: Fri, 29 Aug 2003 15:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFC/RFA] Add regcache_raw_{supply,collect} References: <200308282202.h7SM2Q2k032444@elgar.kettenis.dyndns.org> <3F4EA302.90407@redhat.com> <200308291023.h7TANQge034379@elgar.kettenis.dyndns.org> <3F4F62DA.4050609@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00534.txt.bz2 > > This is not entirely without a risk. I want to keep the new > interfaces "legacy-free", so they're not doing exactly the same thing > as the old interfaces. Therefore I chose to re-implement the old > interfaces in a seperate commit. The new functions are checked in now. > > So it's a follow on change? Otherwize a some comments will be needed. Sorry, just saw your post. Never mind. Andrew