I believe Jeff Law denies responsability for this one:
authorAndrew Cagney <cagney@redhat.com>
Sun, 7 Apr 2002 22:34:31 +0000 (22:34 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 7 Apr 2002 22:34:31 +0000 (22:34 +0000)
* config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
Work-around for PR gdb/366.

gdb/ChangeLog
gdb/config/pa/hpux1020.mh
gdb/config/pa/hpux11.mh
gdb/config/pa/hpux11w.mh

index 049bfb4def9d5135443ad92aae5c395bce23f3b7..7e01d7e85819c19f55c31ad16abdfcf3623abc33 100644 (file)
@@ -1,3 +1,11 @@
+2002-04-07  Andrew Cagney  <ac131313@redhat.com>
+
+       I believe Jeff Law denies responsability for this one:
+       * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
+       * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
+       * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
+       Work-around for PR gdb/366.
+
 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
 
        * sh-tdep.c (sh_fp_frame_init_saved_regs,
index e9c24eead23b8b18051addcada478612ba276f71..18f542ee885279fa2f4b4029a6120c50017ac692 100644 (file)
@@ -1,6 +1,10 @@
 # Host: Hewlett-Packard PA-RISC machine, running HPUX 10.20
 
-MH_CFLAGS = -D__HP_CURSES
+# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
+# stop GDB hanging on HP/UX.  For some reason vfork() hangs yet fork()
+# doesn't ....
+
+MH_CFLAGS = -D__HP_CURSES -Dvfork=fork
 
 XM_FILE= xm-hppah.h
 
index a9919c4fc258441c9d76be79bdd1cd9a1b720ac0..25504e030c997d63b48a237bba557f4daa9ec28a 100644 (file)
@@ -1,6 +1,10 @@
 # Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00
 
-MH_CFLAGS = -D__HP_CURSES
+# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
+# stop GDB hanging on HP/UX.  For some reason vfork() hangs yet fork()
+# doesn't ....
+
+MH_CFLAGS = -D__HP_CURSES -Dvfork=fork
 
 XM_FILE= xm-hppah.h
 
index 279efa1cec23359ae2f7b641c4443cca876e9578..b784263a4fb868fbecdca7c1a3a3f8d48583e199 100644 (file)
@@ -1,6 +1,10 @@
 # Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00
 
-MH_CFLAGS = -D__HP_CURSES
+# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
+# stop GDB hanging on HP/UX.  For some reason vfork() hangs yet fork()
+# doesn't ....
+
+MH_CFLAGS = -D__HP_CURSES -Dvfork=fork
 
 XM_FILE= xm-hppah.h