From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29269 invoked by alias); 8 Nov 2002 17:04:25 -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 29219 invoked from network); 8 Nov 2002 17:04:23 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 8 Nov 2002 17:04:23 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6A3863FE4; Fri, 8 Nov 2002 12:04:25 -0500 (EST) Message-ID: <3DCBEE99.4050009@redhat.com> Date: Fri, 08 Nov 2002 09:04:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/i386] FP_REGNUM_P() -> i386_fp_regnum_p() et.al. References: <3DC972D0.2010803@redhat.com> <863cqc6xdf.fsf@elgar.kettenis.dyndns.org> <3DCBE7A1.6030007@redhat.com> <3DCBEC23.10009@redhat.com> Content-Type: multipart/mixed; boundary="------------000304010205020904070809" X-SW-Source: 2002-11/txt/msg00225.txt.bz2 This is a multi-part message in MIME format. --------------000304010205020904070809 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 213 > > Ok with that change. Otherwise we might need to discuss this a bit more ;-). > > FYI, I've checked in the attached. It leaves the I386_LINUX_ORIG_EAX_REGNUM stuff untouched. And the attached :-( Andrew --------------000304010205020904070809 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 819 2002-11-08 Andrew Cagney * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray declaration that snuck in from change below. Index: i386-tdep.h =================================================================== RCS file: /cvs/src/src/gdb/i386-tdep.h,v retrieving revision 1.15 diff -u -r1.15 i386-tdep.h --- i386-tdep.h 8 Nov 2002 16:52:37 -0000 1.15 +++ i386-tdep.h 8 Nov 2002 17:01:39 -0000 @@ -132,10 +132,6 @@ extern int i386_sse_regnum_p (int regnum); extern int i386_mxcsr_regnum_p (int regnum); -/* Return non-zero if REGNUM matches the ORIG_EAX register and the - register hack is active. */ -extern int i386_linux_orig_eax_regnum_p (int regnum); - /* FIXME: kettenis/2001-11-24: Obsolete macro's. */ #define FCS_REGNUM FISEG_REGNUM #define FCOFF_REGNUM FIOFF_REGNUM --------------000304010205020904070809--