aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-12-10 20:06:31 +0000
committerMark Kettenis <kettenis@gnu.org>2004-12-10 20:06:31 +0000
commitc51015756801ddc31073da83c88281fe5b9aef0e (patch)
treebdc713ef0dcca2913c230a6448ad325995244241
parente8ede7c71c657af9b75c2698520571280315f64d (diff)
downloadgdb-c51015756801ddc31073da83c88281fe5b9aef0e.zip
gdb-c51015756801ddc31073da83c88281fe5b9aef0e.tar.gz
gdb-c51015756801ddc31073da83c88281fe5b9aef0e.tar.bz2
* configure.host (hppa*-*-hpux11*): Remove.
* config/pa/hpux11.mh: Remove file.
-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 0021ee6..e95f55d 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 8b85c42..0000000
--- 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 66614ef..c2901b9 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 ;;