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 | 42c466d75aa4b4d7b98085dad722077784690595 (patch) | |
tree | aef3868fc3f278458b3be2c38663b8b61eda4479 /gdb/Makefile.in | |
parent | 3f8b8186e9c197e99df842c2ee4a1e5506b26eae (diff) | |
download | gdb-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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 14a4ee0..a0342e3 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1851,7 +1851,8 @@ i386v4-nat.o: i386v4-nat.c $(defs_h) $(value_h) $(inferior_h) $(regcache_h) \ $(i386_tdep_h) $(i387_tdep_h) $(gregset_h) i387-tdep.o: i387-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(language_h) \ $(value_h) $(gdbcore_h) $(floatformat_h) $(regcache_h) \ - $(gdb_assert_h) $(gdb_string_h) $(doublest_h) $(i386_tdep_h) + $(gdb_assert_h) $(gdb_string_h) $(doublest_h) $(i386_tdep_h) \ + $(i387_tdep_h) ia64-aix-nat.o: ia64-aix-nat.c $(defs_h) $(inferior_h) $(target_h) \ $(gdbcore_h) $(regcache_h) $(symtab_h) $(bfd_h) $(symfile_h) \ $(objfiles_h) $(gdb_stat_h) |