diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-11-14 03:57:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-11-14 03:57:04 +0000 |
commit | f97fe8ff798b656cb8c179a8299ce78fab1e608e (patch) | |
tree | 594e39a9fb9783bebe901d06d971e480ec123d9d /gdb/Makefile.in | |
parent | 5873946b90baf0c1d5265b630d18d8216bc8ef28 (diff) | |
download | gdb-f97fe8ff798b656cb8c179a8299ce78fab1e608e.zip gdb-f97fe8ff798b656cb8c179a8299ce78fab1e608e.tar.gz gdb-f97fe8ff798b656cb8c179a8299ce78fab1e608e.tar.bz2 |
2004-11-13 Andrew Cagney <cagney@gnu.org>
* config/i386/i386lynx.mh: Delete file.
* config/i386/i386lynx.mt: Delete file.
* Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
* i386ly-tdep.c: Delete.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 79c1076..0be8693 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1375,7 +1375,7 @@ ALLDEPFILES = \ hppa-linux-tdep.c hppa-linux-nat.c \ hppabsd-nat.c hppabsd-tdep.c \ i386-tdep.c i386v-nat.c i386-linux-nat.c \ - i386v4-nat.c i386ly-tdep.c i386-cygwin-tdep.c \ + i386v4-nat.c i386-cygwin-tdep.c \ i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c i386fbsd-tdep.c \ i386nbsd-nat.c i386nbsd-tdep.c i386obsd-nat.c i386obsd-tdep.c \ i387-tdep.c \ @@ -2014,8 +2014,6 @@ i386-linux-tdep.o: i386-linux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \ $(value_h) $(regcache_h) $(inferior_h) $(osabi_h) $(reggroups_h) \ $(dwarf2_frame_h) $(gdb_string_h) $(i386_tdep_h) \ $(i386_linux_tdep_h) $(glibc_tdep_h) $(solib_svr4_h) -i386ly-tdep.o: i386ly-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \ - $(regcache_h) $(target_h) $(osabi_h) $(i386_tdep_h) i386-nat.o: i386-nat.c $(defs_h) $(breakpoint_h) $(command_h) $(gdbcmd_h) i386nbsd-nat.o: i386nbsd-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \ $(target_h) $(i386_tdep_h) $(i386bsd_nat_h) $(bsd_kvm_h) |