From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 558 invoked by alias); 9 Jul 2003 19:52:31 -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 545 invoked from network); 9 Jul 2003 19:52:29 -0000 Received: from unknown (HELO localhost.redhat.com) (66.187.230.200) by sources.redhat.com with SMTP; 9 Jul 2003 19:52:29 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A7BFF2B5F; Wed, 9 Jul 2003 15:52:24 -0400 (EDT) Message-ID: <3F0C7278.6010805@redhat.com> Date: Wed, 09 Jul 2003 19:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz , Mark Kettenis , mludvig@suse.cz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Re: Analyzing AMD64 corefiles on i386 References: <3F0ABC85.1080700@suse.cz> <200307081445.h68EjBWJ000503@elgar.kettenis.dyndns.org> <3F0BF66A.3080203@suse.cz> <200307091338.h69Dc8u7023807@elgar.kettenis.dyndns.org> <20030709180801.GA23865@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00189.txt.bz2 > Not as such. We can't allow public functions with the names >> supply_gregset and fill_gregset in *-tdep.c files. Therefore these >> functions should be renamed, and supply_gregset and fill_gregset >> should be kept in your *-nat.c file. You'll probably want to rewrite >> those functions such that they call the new functions in *-tdep.c. That makes sense. Andrew