aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-05-22 02:04:05 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-05-22 02:04:05 +0000
commite2ac8128ef2c7605f98edd4bf9a5b7e3e165f49d (patch)
tree7eb9d30666a7d5e4afc994c0f5b72c7af53d96c8 /gdb/config/pa
parent2e7b6c08fd5190f9ca6fd46b87f36bf14e6eec75 (diff)
downloadfsf-binutils-gdb-e2ac8128ef2c7605f98edd4bf9a5b7e3e165f49d.zip
fsf-binutils-gdb-e2ac8128ef2c7605f98edd4bf9a5b7e3e165f49d.tar.gz
fsf-binutils-gdb-e2ac8128ef2c7605f98edd4bf9a5b7e3e165f49d.tar.bz2
* config/pa/tm-hppa.h: Delete some unused macros. Move some
macro definitions from here... * hppa-tdep.c: ...to there.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/tm-hppah.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/pa/tm-hppah.h b/gdb/config/pa/tm-hppah.h
index 070c83c..290f752 100644
--- a/gdb/config/pa/tm-hppah.h
+++ b/gdb/config/pa/tm-hppah.h
@@ -35,8 +35,10 @@ struct frame_info;
#include "somsolib.h"
#endif
+#if !GDB_MULTI_ARCH
extern int hppa_hpux_pc_in_sigtramp (CORE_ADDR pc, char *name);
#define PC_IN_SIGTRAMP(pc, name) hppa_hpux_pc_in_sigtramp (pc, name)
+#endif
extern void hppa_hpux_frame_saved_pc_in_sigtramp (struct frame_info *fi,
CORE_ADDR *tmp);