diff options
author | Michael Chastain <mec@google.com> | 2003-12-18 18:22:35 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-12-18 18:22:35 +0000 |
commit | e584bbaf70a5e8304f3c2fe6f4cc0e66b04926ba (patch) | |
tree | 1e5812fa27aaa540a6599dd0d4a25649c5cf4d37 /gdb/Makefile.in | |
parent | 19e7825f0452aedbdbeedbaa1fec3ca7ed16c22b (diff) | |
download | gdb-e584bbaf70a5e8304f3c2fe6f4cc0e66b04926ba.zip gdb-e584bbaf70a5e8304f3c2fe6f4cc0e66b04926ba.tar.gz gdb-e584bbaf70a5e8304f3c2fe6f4cc0e66b04926ba.tar.bz2 |
2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
* hppam3-nat.c: Delete obsolete file.
* hppab-nat.c: Delete obsolete file.
* Makefile.in: Remove references.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e281f3b..4f8fa04 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1273,7 +1273,7 @@ ALLDEPFILES = \ glibc-tdep.c \ go32-nat.c h8300-tdep.c \ hppa-tdep.c hppa-hpux-tdep.c \ - hppab-nat.c hppah-nat.c hpread.c \ + hppah-nat.c hpread.c \ i386-tdep.c i386b-nat.c i386v-nat.c i386-linux-nat.c \ i386v4-nat.c i386ly-tdep.c i386-cygwin-tdep.c \ i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c i386fbsd-tdep.c \ @@ -1827,13 +1827,10 @@ h8300-tdep.o: h8300-tdep.c $(defs_h) $(value_h) $(inferior_h) $(symfile_h) \ $(gdb_assert_h) $(dis_asm_h) hpacc-abi.o: hpacc-abi.c $(defs_h) $(value_h) $(gdb_regex_h) $(gdb_string_h) \ $(gdbtypes_h) $(gdbcore_h) $(cp_abi_h) -hppab-nat.o: hppab-nat.c $(defs_h) $(inferior_h) $(target_h) $(regcache_h) hppah-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \ $(gdb_wait_h) $(regcache_h) $(gdb_string_h) hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ $(osabi_h) $(gdb_string_h) $(frame_h) -hppam3-nat.o: hppam3-nat.c $(defs_h) $(inferior_h) $(floatformat_h) \ - $(regcache_h) hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \ $(value_h) $(regcache_h) $(completer_h) $(language_h) $(osabi_h) \ $(gdb_assert_h) $(infttrace_h) $(symtab_h) $(infcall_h) $(dis_asm_h) \ |