aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2000-03-16 22:46:30 +0000
committerJim Blandy <jimb@codesourcery.com>2000-03-16 22:46:30 +0000
commit11708b95a31f21f97af98c053ad8ef22819f5cad (patch)
tree0f4def307cbbb6d856867a67b3a827eb5f6f8800 /gdb/config
parentdead14194818497bff8a086f4f1dd38cfd00fe55 (diff)
downloadfsf-binutils-gdb-11708b95a31f21f97af98c053ad8ef22819f5cad.zip
fsf-binutils-gdb-11708b95a31f21f97af98c053ad8ef22819f5cad.tar.gz
fsf-binutils-gdb-11708b95a31f21f97af98c053ad8ef22819f5cad.tar.bz2
* i386-tdep.c (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. These all implement Linux-specific signal trampoline detection, and should be moved to... * i386-linux-nat.c: ... here. * config/i386/tm-linux.h (I386_LINUX_SIGTRAMP): No need to define this any more, since we're not enabling OS-specific code in a OS-independent file.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/tm-linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/i386/tm-linux.h b/gdb/config/i386/tm-linux.h
index 3c557f0..c6d8dde 100644
--- a/gdb/config/i386/tm-linux.h
+++ b/gdb/config/i386/tm-linux.h
@@ -98,7 +98,6 @@ extern int i387_store_floating (PTR addr, int len, long double val);
are used to identify this bit of code as a signal trampoline in
order to support backtracing through calls to signal handlers. */
-#define I386_LINUX_SIGTRAMP
#define IN_SIGTRAMP(pc, name) i386_linux_in_sigtramp (pc, name)
extern int i386_linux_in_sigtramp (CORE_ADDR, char *);