From: Peter Schauer Date: Sun, 7 Aug 1994 13:34:39 +0000 (+0000) Subject: * config/mips/tm-irix5.h (IN_SIGTRAMP): Redefine for Irix 5, X-Git-Tag: gdb-4_18~13849 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e793470f37f8ec8fe7358ecb48aeadbb85724d2;p=external%2Fbinutils.git * config/mips/tm-irix5.h (IN_SIGTRAMP): Redefine for Irix 5, Irix 5 has a standard _sigtramp signal handler. --- diff --git a/gdb/config/mips/tm-irix5.h b/gdb/config/mips/tm-irix5.h index dde53c3..d85ffbc 100644 --- a/gdb/config/mips/tm-irix5.h +++ b/gdb/config/mips/tm-irix5.h @@ -25,6 +25,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef Dest_Reg #define Dest_Reg 25 +/* The signal handler trampoline is called _sigtramp. */ +#undef IN_SIGTRAMP +#define IN_SIGTRAMP(pc, name) ((name) && STREQ ("_sigtramp", name)) + /* Irix 5 saves a full 64 bits for each register. We skip 2 * 4 to get to the saved PC (the register mask and status register are both 32 bits) and then another 4 to get to the lower 32 bits. We skip