aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-02-18 17:44:52 +0000
committerMark Kettenis <kettenis@gnu.org>2004-02-18 17:44:52 +0000
commite2879ccb3d6426ec3a6749e3a017ed4177d69648 (patch)
treee8015ab191d3e9f8afa0ea7d5952b1572b61cdbe /gdb/Makefile.in
parentc43f4bec91518146776eb2ceb93d4945e000851c (diff)
downloadgdb-e2879ccb3d6426ec3a6749e3a017ed4177d69648.zip
gdb-e2879ccb3d6426ec3a6749e3a017ed4177d69648.tar.gz
gdb-e2879ccb3d6426ec3a6749e3a017ed4177d69648.tar.bz2
* amd64obsd-tdep.c, amd64obsd-nat.c: New files.
* Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New dependencies. * configure.host: Add x86_64-*-openbsd*. * configure.tgt: Add x86_64-*-openbsd*. * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index a11c6c8..744a1d4 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1489,6 +1489,10 @@ amd64nbsd-nat.o: amd64nbsd-nat.c $(defs_h) $(gdb_assert_h) $(x86_64_tdep_h) \
amd64nbsd-tdep.o: amd64nbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \
$(gdbcore_h) $(osabi_h) $(gdb_assert_h) $(nbsd_tdep_h) \
$(x86_64_tdep_h)
+amd64obsd-nat.o: amd64nbsd-nat.c $(defs_h) $(gdb_assert_h) $(x86_64_tdep_h) \
+ $(amd64_nat_h)
+amd64obsd-tdep.o: amd64nbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \
+ $(gdbcore_h) $(osabi_h) $(gdb_assert_h) $(x86_64_tdep_h)
annotate.o: annotate.c $(defs_h) $(annotate_h) $(value_h) $(target_h) \
$(gdbtypes_h) $(breakpoint_h)
arch-utils.o: arch-utils.c $(defs_h) $(arch_utils_h) $(buildsym_h) \