From e2ac8128ef2c7605f98edd4bf9a5b7e3e165f49d Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 22 May 2003 02:04:05 +0000 Subject: * config/pa/tm-hppa.h: Delete some unused macros. Move some macro definitions from here... * hppa-tdep.c: ...to there. --- gdb/config/pa/tm-hppah.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/config') 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); -- cgit v1.1