* configure.host (hppa*-*-hpux11*): Remove.

* config/pa/hpux11.mh: Remove file.
This commit is contained in:
Mark Kettenis 2004-12-10 20:06:31 +00:00
parent e8ede7c71c
commit c510157568
3 changed files with 3 additions and 12 deletions

View File

@ -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.

View File

@ -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

View File

@ -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 ;;