summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog3
-rw-r--r--gdb/config/pa/hpux11.mh11
-rw-r--r--gdb/configure.host1
3 files changed, 3 insertions, 12 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0021ee6daa0..e95f55d6d4e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2004-12-10 Mark Kettenis <kettenis@gnu.org>
+ * configure.host (hppa*-*-hpux11*): Remove.
+ * config/pa/hpux11.mh: Remove file.
+
* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
typo.
diff --git a/gdb/config/pa/hpux11.mh b/gdb/config/pa/hpux11.mh
deleted file mode 100644
index 8b85c42223a..00000000000
--- a/gdb/config/pa/hpux11.mh
+++ /dev/null
@@ -1,11 +0,0 @@
-# Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00
-
-# 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-hppah11.h
-NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o \
- infttrace.o
diff --git a/gdb/configure.host b/gdb/configure.host
index 66614ef744d..c2901b9fef1 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -51,7 +51,6 @@ arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu)
arm*-*-netbsd*) gdb_host=nbsdaout ;;
hppa*64*-*-hpux11*) gdb_host=hpux11w ;;
-hppa*-*-hpux11*) gdb_host=hpux11 ;;
hppa*-*-hpux* | hppa*-*-hiux*)
gdb_host=hpux ;;
hppa*-*-linux*) gdb_host=linux ;;