aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa/tm-hppah.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/pa/tm-hppah.h')
-rw-r--r--gdb/config/pa/tm-hppah.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/tm-hppah.h b/gdb/config/pa/tm-hppah.h
index 9f44e57..d94b381 100644
--- a/gdb/config/pa/tm-hppah.h
+++ b/gdb/config/pa/tm-hppah.h
@@ -36,7 +36,7 @@
/* Actually, for a PA running HPUX the kernel calls the signal handler
without an intermediate trampoline. Luckily the kernel always sets
the return pointer for the signal handler to point to _sigreturn. */
-#define IN_SIGTRAMP(pc, name) (name && STREQ ("_sigreturn", name))
+#define PC_IN_SIGTRAMP(pc, name) (name && STREQ ("_sigreturn", name))
/* For HPUX: