aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-04 14:52:53 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-04 14:52:53 +0000
commit7079e7665d2d730526bf0588b06650f7c0fd8a55 (patch)
treed4975eaadfa1a51f3d40b23de8b05207b51770cb /gdb
parent99161873e974e4e124d22e71fbcfcbc09d46e089 (diff)
downloadgdb-7079e7665d2d730526bf0588b06650f7c0fd8a55.zip
gdb-7079e7665d2d730526bf0588b06650f7c0fd8a55.tar.gz
gdb-7079e7665d2d730526bf0588b06650f7c0fd8a55.tar.bz2
* configure.in: Make hppa*-*-hiux* use hppahpux,
not non-existent hppahiux.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/configure.in2
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0930e7e..cd46e2a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,10 +1,15 @@
+Thu Nov 4 08:27:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * configure.in: Make hppa*-*-hiux* use hppahpux,
+ not non-existent hppahiux.
+
Wed Nov 3 16:24:09 1993 Kung Hsu (kung@cirdan.cygnus.com)
* values.c (value_fn_field): when physical name not found, do not
error, but return null.
* valops.c (value_struct_elt): when name and args match does not
mean it is the one, some times a typedef class can have the same
- memeber method and args. This probably will not happen with new
+ member method and args. This probably will not happen with new
version of g++, but it does happen in old g++ and cause gdb error.
Wed Nov 3 09:20:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
diff --git a/gdb/configure.in b/gdb/configure.in
index b57eb19..3344a3a 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -181,7 +181,7 @@ sh-*-*) gdb_target=sh ;;
hppa*-*-bsd*) gdb_target=hppabsd ;;
hppa*-*-hpux*) gdb_target=hppahpux ;;
-hppa*-*-hiux*) gdb_target=hppahiux ;;
+hppa*-*-hiux*) gdb_target=hppahpux ;;
i[34]86-sequent-*) gdb_target=symmetry ;;
i[34]86-ncr-*) gdb_target=ncr3000 ;;