diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/config/pa/hppahpux.mh | 6 | ||||
-rw-r--r-- | gdb/config/pa/hpux1020.mh | 12 |
3 files changed, 5 insertions, 18 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0b77143..9c5ffe4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Mark Kettenis <kettenis@gnu.org> + + * config/pa/hppahpux.mh: Remove file. + * config/pa/hpux1020.mh: Remove file. + 2004-11-20 Andreas Schwab <schwab@suse.de> * configure.host: Set host floatformat for m68k. diff --git a/gdb/config/pa/hppahpux.mh b/gdb/config/pa/hppahpux.mh deleted file mode 100644 index f07ddab..0000000 --- a/gdb/config/pa/hppahpux.mh +++ /dev/null @@ -1,6 +0,0 @@ -# Host: Hewlett-Packard PA-RISC machine, running HPUX - -NAT_FILE= nm-hppah.h -NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infptrace.o - -HOST_IPC=-DBSD_IPC -DPOSIX_WAIT diff --git a/gdb/config/pa/hpux1020.mh b/gdb/config/pa/hpux1020.mh deleted file mode 100644 index 647130e..0000000 --- a/gdb/config/pa/hpux1020.mh +++ /dev/null @@ -1,12 +0,0 @@ -# Host: Hewlett-Packard PA-RISC machine, running HPUX 10.20 - -# 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 = -Dvfork=fork - -NAT_FILE= nm-hppah.h -NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o infptrace.o - -HOST_IPC=-DBSD_IPC -DPOSIX_WAIT |