aboutsummaryrefslogtreecommitdiff
path: root/gdb/rdi-share
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-15 00:27:54 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-15 00:27:54 +0000
commit42c466d75aa4b4d7b98085dad722077784690595 (patch)
treeaef3868fc3f278458b3be2c38663b8b61eda4479 /gdb/rdi-share
parent3f8b8186e9c197e99df842c2ee4a1e5506b26eae (diff)
downloadgdb-42c466d75aa4b4d7b98085dad722077784690595.zip
gdb-42c466d75aa4b4d7b98085dad722077784690595.tar.gz
gdb-42c466d75aa4b4d7b98085dad722077784690595.tar.bz2
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.
Diffstat (limited to 'gdb/rdi-share')
-rw-r--r--gdb/rdi-share/host.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/rdi-share/host.h b/gdb/rdi-share/host.h
index 9944c15..2101072 100644
--- a/gdb/rdi-share/host.h
+++ b/gdb/rdi-share/host.h
@@ -214,4 +214,7 @@ extern double strtod(const char *str, char **ptr);
#endif
+/* Needs to be supplied by the host. */
+extern void Fail (const char *);
+
/* end of host.h */