aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-04-25 06:36:52 +0000
committerKevin Buettner <kevinb@redhat.com>2000-04-25 06:36:52 +0000
commit244bc1085b7e315513413db3de311d1f10c6ddc9 (patch)
tree646345769cee4236dedfb026a806c9c38ab85ce6 /gdb/config
parentaea4bd9d34f1b7454f9f04081569e7fe8371fca7 (diff)
downloadfsf-binutils-gdb-244bc1085b7e315513413db3de311d1f10c6ddc9.zip
fsf-binutils-gdb-244bc1085b7e315513413db3de311d1f10c6ddc9.tar.gz
fsf-binutils-gdb-244bc1085b7e315513413db3de311d1f10c6ddc9.tar.bz2
Handle signal handler frames and call dummy frames.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/ia64/linux.mt2
-rw-r--r--gdb/config/ia64/tm-linux.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/config/ia64/linux.mt b/gdb/config/ia64/linux.mt
index e688b46..8e5b910 100644
--- a/gdb/config/ia64/linux.mt
+++ b/gdb/config/ia64/linux.mt
@@ -1,5 +1,5 @@
# Target: Intel IA-64 running GNU/Linux
-TDEPFILES= ia64-tdep.o
+TDEPFILES= ia64-tdep.o ia64-linux-tdep.o
TM_FILE= tm-linux.h
GDBSERVER_DEPFILES= low-linux.o
diff --git a/gdb/config/ia64/tm-linux.h b/gdb/config/ia64/tm-linux.h
index 6bae759..79a664f 100644
--- a/gdb/config/ia64/tm-linux.h
+++ b/gdb/config/ia64/tm-linux.h
@@ -28,4 +28,7 @@
#define TARGET_ELF64
+extern int ia64_linux_in_sigtramp (CORE_ADDR pc, char *func_name);
+#define IN_SIGTRAMP(pc,func_name) ia64_linux_in_sigtramp (pc, func_name)
+
#endif /* #ifndef TM_LINUX_H */