From e8e1304006f5073bab9207cf95a8e60ddb4b1b06 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 5 Oct 1993 17:51:13 +0000 Subject: [PATCH] * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux). Change other hppa host entries to use -*- not -hp-. --- gdb/ChangeLog | 11 +++++++++++ gdb/configure.in | 6 ++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8c8f91e141..7c98ee23d4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Tue Oct 5 11:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux). + Change other hppa host entries to use -*- not -hp-. + +Mon Oct 4 19:16:14 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * i386-nlmstub.c: New file; debugging stub for i386 NetWare. Must + be compiled with NetWare header files and turned into an NLM with + nlmconv. + Mon Oct 4 11:02:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * minsyms.c (lookup_minimal_symbol_by_pc): Don't use mst_abs symbols. diff --git a/gdb/configure.in b/gdb/configure.in index 75ac07a659..1d2d2a279c 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -31,8 +31,9 @@ arm-*-*) gdb_host=arm ;; c[12]-*-*) gdb_host=convex ;; -hppa*-hp-bsd*) gdb_host=hppabsd ;; -hppa*-hp-hpux*) gdb_host=hppahpux ;; +hppa*-*-bsd*) gdb_host=hppabsd ;; +hppa*-*-hpux*) gdb_host=hppahpux ;; +hppa*-*-hiux*) gdb_host=hppahpux ;; i[34]86-ncr-*) gdb_host=ncr3000 ;; i[34]86-sequent-bsd*) gdb_host=symmetry ;; #dynix @@ -171,6 +172,7 @@ sh-*-*) gdb_target=sh ;; hppa*-*-bsd*) gdb_target=hppabsd ;; hppa*-*-hpux*) gdb_target=hppahpux ;; +hppa*-*-hiux*) gdb_target=hppahiux ;; i[34]86-sequent-*) gdb_target=symmetry ;; i[34]86-ncr-*) gdb_target=ncr3000 ;; -- 2.34.1