aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-04-30 03:04:28 +0000
committerHui Zhu <teawater@gmail.com>2009-04-30 03:04:28 +0000
commitb7f6bf22997d7ff8b9218e82c90d2e3dfcb08d62 (patch)
tree583601a56c9ef3ed130dbb8d0c4d70aca4a5c8c0 /gdb/configure.tgt
parent69d05d3898f104fab077edf3c80e4f158084a8f4 (diff)
downloadfsf-binutils-gdb-b7f6bf22997d7ff8b9218e82c90d2e3dfcb08d62.zip
fsf-binutils-gdb-b7f6bf22997d7ff8b9218e82c90d2e3dfcb08d62.tar.gz
fsf-binutils-gdb-b7f6bf22997d7ff8b9218e82c90d2e3dfcb08d62.tar.bz2
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 f06f5f0..e726f05 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)