From 42c466d75aa4b4d7b98085dad722077784690595 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 15 Jun 2003 00:27:54 +0000 Subject: 2003-06-14 Andrew Cagney * 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. --- gdb/i386-tdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/i386-tdep.c') diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 8309ef5..4a814c1 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -1695,7 +1695,7 @@ i386_register_reggroup_p (struct gdbarch *gdbarch, int regnum, /* Get the ith function argument for the current function. */ -CORE_ADDR +static CORE_ADDR i386_fetch_pointer_argument (struct frame_info *frame, int argi, struct type *type) { -- cgit v1.1