mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
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.
This commit is contained in:
parent
cf1fcca124
commit
006defbaa8
@ -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,
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user