diff options
author | Stan Cox <scox@redhat.com> | 1998-04-18 22:45:37 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 1998-04-18 22:45:37 +0000 |
commit | 7c0892b3c3210035a1eb611e11ee285efb942cf5 (patch) | |
tree | 83b6f72713a467cc25ee9ab45e6173b96aa2ad67 | |
parent | 307edcc0512a5806688626d980630b57982ac306 (diff) | |
download | gdb-7c0892b3c3210035a1eb611e11ee285efb942cf5.zip gdb-7c0892b3c3210035a1eb611e11ee285efb942cf5.tar.gz gdb-7c0892b3c3210035a1eb611e11ee285efb942cf5.tar.bz2 |
Added sparc86x support.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/configure.tgt | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 38e372f..6849484 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sat Apr 18 15:21:04 1998 Stan Cox <scox@cygnus.com> + + * 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 3021f13..1c22988 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 |