* config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
authorJoel Brobecker <brobecker@gnat.com>
Wed, 4 Dec 2002 17:37:59 +0000 (17:37 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 4 Dec 2002 17:37:59 +0000 (17:37 +0000)
       which is an obsolete macro name.

gdb/ChangeLog
gdb/config/pa/tm-hppah.h

index 92340b29ffebade04ec1c9e9085809f1e066e8bf..94a9acbd568d6e216c8bf456e1a4e43ef2e0d7a5 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-04  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
+       which is an obsolete macro name.
+
 2002-12-04  Daniel Jacobowitz  <drow@mvista.com>
 
        * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.
index 9f44e57488834dd6764e67f1ac4e3784229acc30..d94b381434c8ffe899e1db29b56c089df77d3399 100644 (file)
@@ -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:
 
This page took 0.039153 seconds and 4 git commands to generate.