* config/mips/xm-irix4.h, config/mips/xm-irix5.h: #define

_BSD_COMPAT to get reliable signal handling (needed for GDBtk).
This commit is contained in:
Stu Grossman
1994-12-21 07:03:40 +00:00
parent f10d31aa32
commit c9c1dd7ce3
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Dec 20 23:01:17 1994 Stu Grossman (grossman@cygnus.com)
* config/mips/xm-irix4.h, config/mips/xm-irix5.h: #define
_BSD_COMPAT to get reliable signal handling (needed for GDBtk).
Tue Dec 20 11:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com) Tue Dec 20 11:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* sparc-tdep.c, a29k-tdep.c, findvar.c (get_saved_register): * sparc-tdep.c, a29k-tdep.c, findvar.c (get_saved_register):

View File

@ -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. */ /* Irix 4.0.1 and later have termios. Not sure about earlier versions. */
#undef HAVE_TERMIO #undef HAVE_TERMIO
#define HAVE_TERMIOS #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

View File

@ -29,3 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
addr = regno; \ addr = regno; \
else \ else \
addr = regno + NSIG_HNDLRS; /* Skip over signal handlers */ 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