diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 38e372f259..6849484a62 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sat Apr 18 15:21:04 1998 Stan Cox + + * configure.tgt: Added sparc86x support. + Thu Apr 16 13:13:24 1998 Jason Molenda (crash@bugshack.cygnus.com) * rdi-share/etherdrv.c (EthernetWrite): Use strerror to get diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 3021f134f1..1c22988aae 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -271,7 +271,8 @@ sparc-*-sunos5*) gdb_target=sun4sol2 ;; sparc-*-vxworks*) gdb_target=vxsparc ;; sparc-*-*) gdb_target=sun4os4 ;; sparclet-*-*) gdb_target=sparclet;; -sparclite*-*-*) gdb_target=sparclite ;; +sparclite-*-*) gdb_target=sparclite ;; +sparc86x-*-*) gdb_target=sparclite ;; # It's not clear what the right solution for "v8plus" systems is yet. # For now, stick with sparc-sun-solaris2 since that's what config.guess # should return. Work is still needed to get gdb to print the 64 bit