mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
* 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:
@ -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)
|
||||
|
||||
* sparc-tdep.c, a29k-tdep.c, findvar.c (get_saved_register):
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user