diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-08 22:52:43 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-08 22:52:43 +0000 |
commit | 0543f3876c21499784e5f3624fd74bee30951874 (patch) | |
tree | 27b27efa3c7cdb1f0988f9184cdcf97bfc973db5 /gdb/Makefile.in | |
parent | e6b55ae2e0d28cf4e89cc24dc710cc2af9a394f7 (diff) | |
download | gdb-0543f3876c21499784e5f3624fd74bee30951874.zip gdb-0543f3876c21499784e5f3624fd74bee30951874.tar.gz gdb-0543f3876c21499784e5f3624fd74bee30951874.tar.bz2 |
* vax-tdep.c: Tweak comments. Reorder include files. Don't
include "symtab.h", "opcode/vax.h" and "inferior.h".
(vax_skip_prologue): Replace calls to read_memory_integer by calls
to read_memory_unsigned_integer.
(vax_gdbarch_init): Reorder.
(_initialize_vax_tdep): Spell out prototype.
* Makefile.in (vax-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 84d20d4..4497fa8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2511,10 +2511,10 @@ values.o: values.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ $(gdb_assert_h) $(regcache_h) $(block_h) varobj.o: varobj.c $(defs_h) $(value_h) $(expression_h) $(frame_h) \ $(language_h) $(wrapper_h) $(gdbcmd_h) $(gdb_string_h) $(varobj_h) -vax-tdep.o: vax-tdep.c $(defs_h) $(symtab_h) $(opcode_vax_h) $(gdbcore_h) \ - $(inferior_h) $(regcache_h) $(frame_h) $(frame_base_h) \ - $(frame_unwind_h) $(value_h) $(arch_utils_h) $(osabi_h) \ - $(dis_asm_h) $(regset_h) $(gdb_string_h) $(vax_tdep_h) +vax-tdep.o: vax-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) $(frame_h) \ + $(frame_base_h) $(frame_unwind_h) $(gdbcore_h) $(osabi_h) \ + $(regcache_h) $(regset_h) $(value_h) $(trad_frame_h) \ + $(gdb_string_h) $(vax_tdep_h) vaxbsd-nat.o: vaxbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(vax_tdep_h) vaxnbsd-tdep.o: vaxnbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ $(vax_tdep_h) $(solib_svr4_h) $(gdb_string_h) |