From 2e793470f37f8ec8fe7358ecb48aeadbb85724d2 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Sun, 7 Aug 1994 13:34:39 +0000 Subject: [PATCH] * config/mips/tm-irix5.h (IN_SIGTRAMP): Redefine for Irix 5, Irix 5 has a standard _sigtramp signal handler. --- gdb/config/mips/tm-irix5.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.7.4