aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-02-13 15:47:18 +0000
committerFred Fish <fnf@specifix.com>1992-02-13 15:47:18 +0000
commit0a663e9eb903723ee039fcfed52eada60f11871c (patch)
tree7df1545f76a4636329269c89a5f49a048f2ddf52 /gdb
parent920babce5a785c64400a2cb940db26f1be2f7fc6 (diff)
downloadfsf-binutils-gdb-0a663e9eb903723ee039fcfed52eada60f11871c.zip
fsf-binutils-gdb-0a663e9eb903723ee039fcfed52eada60f11871c.tar.gz
fsf-binutils-gdb-0a663e9eb903723ee039fcfed52eada60f11871c.tar.bz2
Define NEED_POSIX_SETPGID for all SVR4 hosts.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog9
-rw-r--r--gdb/xm-sysv4.h3
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3f9e2e7..b0ad827 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/xm-sysv4.h b/gdb/xm-sysv4.h
index b6d1025..8f31743 100644
--- a/gdb/xm-sysv4.h
+++ b/gdb/xm-sysv4.h
@@ -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