aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2000-03-20 20:38:29 +0000
committerJim Blandy <jimb@codesourcery.com>2000-03-20 20:38:29 +0000
commite7ee86a99a02694c6bcac22f53b09680ad6c5f86 (patch)
treee33a584bcf30d4bf20287551a80beb442296c353 /gdb/config
parent58a2c44a26e76806acee962f48bdc4863e97ac75 (diff)
downloadfsf-binutils-gdb-e7ee86a99a02694c6bcac22f53b09680ad6c5f86.zip
fsf-binutils-gdb-e7ee86a99a02694c6bcac22f53b09680ad6c5f86.tar.gz
fsf-binutils-gdb-e7ee86a99a02694c6bcac22f53b09680ad6c5f86.tar.bz2
* i386-linux-nat.c: No need to #include "frame.h" any more.
(LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0, LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1, LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2, linux_sigtramp_code, LINUX_SIGTRAMP_LEN, i386_linux_sigtramp_start, LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0, LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1, linux_rt_sigtramp_code, LINUX_RT_SIGTRAMP_LEN, i386_linux_rt_sigtramp_start, i386_linux_in_sigtramp, i386_linux_sigcontext_addr, LINUX_SIGCONTEXT_PC_OFFSET, i386_linux_sigtramp_saved_pc, LINUX_SIGCONTEXT_SP_OFFSET, i386_linux_sigtramp_saved_sp): Deleted. Folks rightly pointed out that these are target-dependent, and useful in non-native configurations. Moved to... * i386-linux-tdep.c: ... Here, a new file. * Makefile.in (ALLDEPFILES): Add i386-linux-tdep.c. (i386-linux-tdep.o): New rule. (i386-linux-nat.o): We no longer depend on frame.h. * config/i386/linux.mt (TDEPFILES): Add i386-linux-tdep.o.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/linux.mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/linux.mt b/gdb/config/i386/linux.mt
index 66cc97d..df17b18 100644
--- a/gdb/config/i386/linux.mt
+++ b/gdb/config/i386/linux.mt
@@ -1,5 +1,5 @@
# Target: Intel 386 running GNU/Linux
-TDEPFILES= i386-tdep.o i387-tdep.o
+TDEPFILES= i386-tdep.o i386-linux-tdep.o i387-tdep.o
TM_FILE= tm-linux.h
GDBSERVER_DEPFILES= low-linux.o