From 8fa6fcf829ba167f8e10e4a1a25d09a378aed926 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sun, 25 Feb 1996 22:05:00 +0000 Subject: * configure.in (mips*-*-vxworks*): New config. * configure: Regenerated. * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files. * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual): Remove, never used. --- gdb/remote-vxmips.c | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'gdb/remote-vxmips.c') diff --git a/gdb/remote-vxmips.c b/gdb/remote-vxmips.c index 4b96e25..c65ac01 100644 --- a/gdb/remote-vxmips.c +++ b/gdb/remote-vxmips.c @@ -199,31 +199,3 @@ vx_write_register (regno) PTRACE_SETFPREGS); } } - -/* Convert from an extended float to a double. - The extended float is stored as raw data pointed to by FROM. - Return the converted value as raw data in the double pointed to by TO. - NOTE: mips uses standard two word doubles. */ - -void -vx_convert_to_virtual (regno, from, to) - int regno; - char *from; - char *to; -{ - bcopy (from, to, REGISTER_VIRTUAL_SIZE (regno)); -} - -/* The converse: convert from a double to an extended float. - The double is stored as raw data pointed to by FROM. - Return the converted value as raw data in the extended - float pointed to by TO. */ - -void -vx_convert_from_virtual (regno, from, to) - int regno; - char *from; - char *to; -{ - bcopy (from, to, REGISTER_VIRTUAL_SIZE (regno)); -} -- cgit v1.1