* config/mips/xm-irix4.h, config/mips/xm-irix5.h: #define
authorStu Grossman <grossman@cygnus>
Wed, 21 Dec 1994 07:03:40 +0000 (07:03 +0000)
committerStu Grossman <grossman@cygnus>
Wed, 21 Dec 1994 07:03:40 +0000 (07:03 +0000)
_BSD_COMPAT to get reliable signal handling (needed for GDBtk).

gdb/ChangeLog
gdb/config/mips/xm-irix4.h
gdb/config/mips/xm-irix5.h

index 1cceef7..eb3c31e 100644 (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)
 
        * sparc-tdep.c, a29k-tdep.c, findvar.c (get_saved_register):
index 87200d0..7c6ad8d 100644 (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.  */
 #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
index c4e8906..5cb341d 100644 (file)
@@ -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