Define NEED_POSIX_SETPGID for all SVR4 hosts.
authorFred Fish <fnf@specifix.com>
Thu, 13 Feb 1992 15:47:18 +0000 (15:47 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 13 Feb 1992 15:47:18 +0000 (15:47 +0000)
gdb/ChangeLog
gdb/xm-sysv4.h

index 3f9e2e7d43a40fa8d245e3953ee0675b687f55cf..b0ad8271414ed07a81046b84a99ca7634985972c 100644 (file)
@@ -1,3 +1,12 @@
+Thu Feb 13 07:45:19 1992  Fred Fish  (fnf at cygnus.com)
+
+       * xm-sysv4.h:  Define NEED_POSIX_SETPGID.
+
+Fri Feb  7 11:51:12 1992  Per Bothner  (bothner at cygnus.com)
+
+       * mips-tdep.c (mips_print_registers):  Print correct register
+       number for double pseudo-registers.
+
 Fri Feb  7 07:56:05 1992  John Gilmore  (gnu at cygnus.com)
 
        * buildsym.c (read_struct_type):  Avoid double-bump of parse ptr
index b6d1025635f7cf15eed27e641d9fddf2799238e5..8f317431d9691966f1c749002d2856533381690f 100644 (file)
@@ -58,3 +58,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define CREATE_INFERIOR_HOOK(pid) inferior_proc_init(pid)
 #endif
 
+/* Use setpgid(0,0) to run inferior in a separate process group */
+
+#define NEED_POSIX_SETPGID
This page took 0.023913 seconds and 4 git commands to generate.