* 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 1cceef74de52bee370707261c7d822970c254c7f..eb3c31e8a2828dd175645f889c09a0f115f1e889 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 87200d0a8873c8aa6658516e82b3b2e26c9e8dce..7c6ad8d1dbed86c1b2c11586cd6f52cd79a4d0ba 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 c4e89061c86ca5ebf840912b0658bbacceb2cbf4..5cb341dbc42175db2012ac33e474e4fad1e04442 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