* NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
sparc-*-sunos4* to the list of REMOVED configurations.
This commit is contained in:
parent
cb1bf9dc67
commit
f0424ef6d4
2 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2004-01-03 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
|
||||
sparc-*-sunos4* to the list of REMOVED configurations.
|
||||
|
||||
* configure.tgt: Add back sparc-*-vxworks*.
|
||||
* remote-vxsparc.c: Remove all includes except for "defs.h",
|
||||
"regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
|
||||
|
|
8
gdb/NEWS
8
gdb/NEWS
|
@ -3,6 +3,12 @@
|
|||
|
||||
*** Changes since GDB 6.0:
|
||||
|
||||
* Revised SPARC target
|
||||
|
||||
The SPARC target has been completely revised, incorporating the
|
||||
FreeBSD/sparc64 support that was added for GDB 6.0. As a result
|
||||
support for LynxOS and SunOS 4 has been dropped.
|
||||
|
||||
* New C++ demangler
|
||||
|
||||
GDB has a new C++ demangler which does a better job on the mangled
|
||||
|
@ -63,6 +69,8 @@ PMAX (MIPS) running Mach 3.0 mips*-*-mach3*
|
|||
Sequent family i[3456]86-sequent-sysv4*
|
||||
i[3456]86-sequent-sysv*
|
||||
i[3456]86-sequent-bsd*
|
||||
SPARC running LynxOS sparc-*-lynxos*
|
||||
SPARC running SunOS 4 sparc-*-sunos4*
|
||||
Tsqware Sparclet sparclet-*-*
|
||||
Fujitsu SPARClite sparclite-fujitsu-none or sparclite
|
||||
|
||||
|
|
Loading…
Reference in a new issue