* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 5 Oct 1993 17:51:13 +0000 (17:51 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 5 Oct 1993 17:51:13 +0000 (17:51 +0000)
Change other hppa host entries to use -*- not -hp-.

gdb/ChangeLog
gdb/configure.in

index 8c8f91e141cdbe0d67774a510143b756511e9904..7c98ee23d4cfd43e521f2f92d1b60be5611a8073 100644 (file)
@@ -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.
index 75ac07a659754ac59490d697f5d4a1ba0a66fa0e..1d2d2a279c382ed4d4065b2ee596ad6cd571ad81 100644 (file)
@@ -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 ;;
This page took 0.029793 seconds and 4 git commands to generate.