From 3f6306ec32b715d16968a54f97e75136f978d7de Mon Sep 17 00:00:00 2001 From: Dave Anglin Date: Tue, 23 Nov 2004 01:01:59 +0000 Subject: * hppa-hpux-nat.c (child_suppress_run): Add variable to allow hpux-thread.c to suppress children from running. (hppa_hpux_child_can_run): New function. (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run. * hpux-thread.c: Include string.h and hppa-tdep.h. (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM, HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively. (hpux_thread_store_registers): Replace deprecated_registers with calls to regcache_raw_read. * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC. --- gdb/config/pa/hpux11w.mh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gdb/config/pa/hpux11w.mh') diff --git a/gdb/config/pa/hpux11w.mh b/gdb/config/pa/hpux11w.mh index d3aeb33..8b85c42 100644 --- a/gdb/config/pa/hpux11w.mh +++ b/gdb/config/pa/hpux11w.mh @@ -7,6 +7,5 @@ MH_CFLAGS = -Dvfork=fork NAT_FILE= nm-hppah11.h -NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infttrace.o - -HOST_IPC=-DBSD_IPC -DPOSIX_WAIT +NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o \ + infttrace.o -- cgit v1.1