summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-04-30 03:04:26 +0000
committerHui Zhu <teawater@gmail.com>2009-04-30 03:04:26 +0000
commit6b07c1182f2919e2b6222d5f6b97050890f7fca8 (patch)
tree3f44523515f97744639162c929307b04c680ef0e /gdb/configure.tgt
parentf881f2c23be83a13883b6ffdf86547ec06d9efd3 (diff)
downloadgdb-6b07c1182f2919e2b6222d5f6b97050890f7fca8.tar.gz
Linux process record and replay support.
* Makefile.in (ALLDEPFILES): Add linux-record.c. (ALL_TARGET_OBS): Add linux-record.o. * configure.tgt (x86_64-*-linux*): Add linux-record.o. (i[34567]86-*-linux*): Add linux-record.o. * linux-record.c, linux-record.h: New file.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index f06f5f0f908..e726f0552b4 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -196,7 +196,8 @@ i[34567]86-*-solaris*)
i[34567]86-*-linux*)
# Target: Intel 386 running GNU/Linux
gdb_target_obs="i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o \
- solib.o solib-svr4.o symfile-mem.o corelow.o linux-tdep.o"
+ solib.o solib-svr4.o symfile-mem.o corelow.o \
+ linux-tdep.o linux-record.o"
if test "x$enable_64_bit_bfd" = "xyes"; then
# Target: GNU/Linux x86-64
gdb_target_obs="amd64-tdep.o amd64-linux-tdep.o ${gdb_target_obs}"
@@ -528,7 +529,8 @@ x86_64-*-linux*)
# Target: GNU/Linux x86-64
gdb_target_obs="amd64-tdep.o amd64-linux-tdep.o i386-tdep.o \
i387-tdep.o i386-linux-tdep.o glibc-tdep.o \
- solib.o solib-svr4.o corelow.o symfile-mem.o linux-tdep.o"
+ solib.o solib-svr4.o corelow.o symfile-mem.o linux-tdep.o \
+ linux-record.o"
build_gdbserver=yes
;;
x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)