diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-15 00:27:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-15 00:27:54 +0000 |
commit | 68608b7b3e6241db27fb44b8fbffc51e835cdc7a (patch) | |
tree | 5d6b943617811aff0d51a31e579503fd8a576d66 /gdb/remote-rdi.c | |
parent | 61e2404033e39575d49cc0122b31a8fdb6d1dcf5 (diff) | |
download | gdb-68608b7b3e6241db27fb44b8fbffc51e835cdc7a.tar.gz |
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/remote-rdi.c')
-rw-r--r-- | gdb/remote-rdi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c index 94cb676a5f6..c42de2f356b 100644 --- a/gdb/remote-rdi.c +++ b/gdb/remote-rdi.c @@ -1065,8 +1065,8 @@ _initialize_remote_rdi (void) /* A little dummy to make linking with the library succeed. */ -int -Fail (void) +void +Fail (const char *ignored) { - return 0; + } |