* config/mips/tm-irix5.h (IN_SIGTRAMP): Redefine for Irix 5,
authorPeter Schauer <Peter.Schauer@mytum.de>
Sun, 7 Aug 1994 13:34:39 +0000 (13:34 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sun, 7 Aug 1994 13:34:39 +0000 (13:34 +0000)
Irix 5 has a standard _sigtramp signal handler.

gdb/config/mips/tm-irix5.h

index dde53c345442a0a987f91963a156c7d3b2de76fc..d85ffbce72e1a1b5482a0adc72268296e6728163 100644 (file)
@@ -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
This page took 0.025745 seconds and 4 git commands to generate.