This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa/i386] FP_REGNUM_P() -> i386_fp_regnum_p() et.al.


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

2002-11-08  Andrew Cagney  <ac131313@redhat.com>

	* 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]