aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-12-04 17:37:59 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-12-04 17:37:59 +0000
commit961d8652d965d3cdf5b9a66da32a01e836b8f51c (patch)
tree02f08f1db6371f89e91a15d242f9c144181922a6 /gdb/config/pa
parent914749f6ed9674fab205ae0d6a8141d2a2099cd9 (diff)
downloadfsf-binutils-gdb-961d8652d965d3cdf5b9a66da32a01e836b8f51c.zip
fsf-binutils-gdb-961d8652d965d3cdf5b9a66da32a01e836b8f51c.tar.gz
fsf-binutils-gdb-961d8652d965d3cdf5b9a66da32a01e836b8f51c.tar.bz2
* config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
which is an obsolete macro name.
Diffstat (limited to 'gdb/config/pa')
-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: