diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/xm-irix4.h | 4 | ||||
-rw-r--r-- | gdb/config/mips/xm-irix5.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/config/mips/xm-irix4.h b/gdb/config/mips/xm-irix4.h index 87200d0..7c6ad8d 100644 --- a/gdb/config/mips/xm-irix4.h +++ b/gdb/config/mips/xm-irix4.h @@ -32,3 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Irix 4.0.1 and later have termios. Not sure about earlier versions. */ #undef HAVE_TERMIO #define HAVE_TERMIOS + +/* This enables reliable signals (and the associated setjmp/longjmp), and gives + bsdish prototypes for getpgrp/setpgrg/setgroups and initgroups. */ +#define _BSD_COMPAT diff --git a/gdb/config/mips/xm-irix5.h b/gdb/config/mips/xm-irix5.h index c4e8906..5cb341d 100644 --- a/gdb/config/mips/xm-irix5.h +++ b/gdb/config/mips/xm-irix5.h @@ -29,3 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ addr = regno; \ else \ addr = regno + NSIG_HNDLRS; /* Skip over signal handlers */ + +/* This enables reliable signals (and the associated setjmp/longjmp), and gives + bsdish prototypes for getpgrp/setpgrg/setgroups and initgroups. */ +#define _BSD_COMPAT |