* config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,

which is an obsolete macro name.
This commit is contained in:
Joel Brobecker 2002-12-04 17:37:59 +00:00
parent 914749f6ed
commit 961d8652d9
2 changed files with 6 additions and 1 deletions

View 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> 2002-12-04 Daniel Jacobowitz <drow@mvista.com>
* doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int. * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.

View File

@ -36,7 +36,7 @@
/* Actually, for a PA running HPUX the kernel calls the signal handler /* Actually, for a PA running HPUX the kernel calls the signal handler
without an intermediate trampoline. Luckily the kernel always sets without an intermediate trampoline. Luckily the kernel always sets
the return pointer for the signal handler to point to _sigreturn. */ 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: /* For HPUX: