aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-07-13 16:15:59 +0000
committerMark Kettenis <kettenis@gnu.org>2003-07-13 16:15:59 +0000
commit68cc0bfb7dd8503a99124c6fe752a0df8ddfe4ed (patch)
tree0dd3440a4dbcc3a9305728cb29f248776525d30d /gdb/Makefile.in
parent974b2f82b189e660da0955b3b0fd714a8268daff (diff)
downloadgdb-68cc0bfb7dd8503a99124c6fe752a0df8ddfe4ed.zip
gdb-68cc0bfb7dd8503a99124c6fe752a0df8ddfe4ed.tar.gz
gdb-68cc0bfb7dd8503a99124c6fe752a0df8ddfe4ed.tar.bz2
* configure.host: Add x86_64-*-freebsd*.
* configure.tgt: Add x86_64-*-freebsd*. * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets. * amd64fbsd-nat.c: New file. * amd64fbsd-tdep.c: New file. * config/i386/nm-fbsd64.h: New file. * config/i386/fbsd64.mh: New file. * config/i386/fbsd64.mt: New file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index a41af14..7cf0c07 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1529,6 +1529,11 @@ alphafbsd-tdep.o: alphafbsd-tdep.c $(defs_h) $(value_h) $(alpha_tdep_h) \
alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \
$(regcache_h) $(value_h) $(solib_svr4_h) $(alpha_tdep_h) \
$(alphabsd_tdep_h) $(nbsd_tdep_h) $(osabi_h)
+amd64fbsd-nat.o: amd64fbsd-nat.o $(defs_h) $(inferior_h) $(regcache_h) \
+ $(gdb_assert_h) $(gregset_h) $(x86_64_tdep_h)
+amd64fbsd-tdep.o: amd64fbsd-tdep.o $(defs_h) $(arch_utils_h) $(frame_h) \
+ $(gdbcore_h) $(regcache_h) $(osabi_h) $(gdb_string_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) $(gdbcmd_h) \