2003-06-14 Andrew Cagney <cagney@redhat.com>

* mips-tdep.c (mips_register_to_value): Make static.
	(mips_value_to_register): Make static.
	* i386-tdep.c (i386_fetch_pointer_argument): Make static.
	* ia64-tdep.c (ia64_register_raw_size): Make static.
	(ia64_register_virtual_size): Make static.
	(ia64_register_byte): Make static.
	* i387-tdep.c: Include "i387-tdep.h".
	(print_387_control_word): Delete function.
	(print_387_status_word): Delete function.
	(print_387_status_bits): Delete function.
	(print_387_control_bits): Delete function.
	* Makefile.in (i387-tdep.o): Update dependencies.
	* rdi-share/host.h (Fail): Declare.
	* remote-rdi.c (Fail): Update to match declaration.
This commit is contained in:
Andrew Cagney
2003-06-15 00:27:54 +00:00
parent 3f8b8186e9
commit 42c466d75a
9 changed files with 32 additions and 119 deletions

View File

@@ -644,7 +644,7 @@ mips_convert_register_p (int regnum, struct type *type)
&& TYPE_LENGTH(type) == 8);
}
void
static void
mips_register_to_value (struct frame_info *frame, int regnum,
struct type *type, void *to)
{
@@ -652,7 +652,7 @@ mips_register_to_value (struct frame_info *frame, int regnum,
frame_read_register (frame, regnum + 1, (char *) to + 0);
}
void
static void
mips_value_to_register (struct frame_info *frame, int regnum,
struct type *type, const void *from)
{