2003-01-06 Michal Ludvig <mludvig@suse.cz>
authorMichal Ludvig <mludvig@suse.cz>
Mon, 6 Jan 2003 14:47:37 +0000 (14:47 +0000)
committerMichal Ludvig <mludvig@suse.cz>
Mon, 6 Jan 2003 14:47:37 +0000 (14:47 +0000)
* x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
since it is in i386-tdep.c.

gdb/ChangeLog
gdb/x86-64-linux-nat.c

index 2e4c12914bfee5c3f791937426226a675c905282..408592ee70dd4ae488fae990979d5ac8a425d708 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-06  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore 
+       since it is in i386-tdep.c.
+
 2003-01-06  J. Brobecker  <brobecker@gnat.com>
 
        * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
index 69495b8e73d9dd54240b9d97cfb3097a7472d3cb..78e9c495af67e5a5233b41aa19b600b66d97817f 100644 (file)
@@ -456,17 +456,6 @@ static struct core_fns linux_elf_core_fns = {
 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER)
 #endif
 
-/* SSE register?  */
-/* FIXME: cagney/2002-11-15: Once the i386 and x86-64 are integrated,
-   this will go.  */
-
-int
-i386_sse_regnum_p (int regnum)
-{
-  return (regnum < NUM_REGS
-         && (XMM0_REGNUM <= (regnum) && (regnum) < MXCSR_REGNUM));
-}
-
 /* Return the address of register REGNUM.  BLOCKEND is the value of
    u.u_ar0, which should point to the registers.  */
 CORE_ADDR