diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-05-04 15:52:42 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-05-04 15:52:42 +0000 |
commit | cd9bfe1540597cc048bc965db716ac68fb2eaa16 (patch) | |
tree | 8c252d09c506718ee2cb656d05e19e353d384a4b /gdb/NEWS | |
parent | b9c07f0f780871624cd4556936f931cdaea26995 (diff) | |
download | gdb-cd9bfe1540597cc048bc965db716ac68fb2eaa16.zip gdb-cd9bfe1540597cc048bc965db716ac68fb2eaa16.tar.gz gdb-cd9bfe1540597cc048bc965db716ac68fb2eaa16.tar.bz2 |
* MAINTAINERS: Mark a29k as deleted.
* NEWS: Mention that a29k was removed. Add OBSOLETE section.
Move new configurations to the top.
* configure.tgt: Remove a29k.
* config/a29k/tm-vx29k.h: Delete.
* config/a29k/vx29k.mt: Delete.
* config/a29k/tm-a29k.h: Delete.
* config/a29k/a29k-udi.mt: Delete.
* config/a29k/a29k.mt: Delete.
* a29k-tdep.c: Delete.
* remote-udi.c: Delete.
* remote-mm.c: Delete.
* remote-eb.c: Delete.
* remote-adapt.c: Delete.
* Makefile.in: Remove obsolete code.
* gdbserver/Makefile.in: Ditto.
* config/s390/s390x.mt: Ditto.
* config/s390/s390.mt: Ditto.
* config/sparc/sparclynx.mh: Ditto.
* config/sparc/linux.mh: Ditto.
* config/pa/hppaosf.mh: Ditto.
* config/pa/hppabsd.mh: Ditto.
* config/ns32k/nbsd.mt: Ditto.
* config/mips/vr5000.mt: Ditto.
* config/m68k/sun3os4.mh: Ditto.
* config/m68k/nbsd.mt: Ditto.
* config/m68k/m68klynx.mh: Ditto.
* config/m32r/m32r.mt: Ditto.
* config/i386/x86-64linux.mt: Ditto.
* config/i386/nbsdelf.mt: Ditto.
* config/i386/nbsd.mt: Ditto.
* config/i386/i386lynx.mh: Ditto.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 27 |
1 files changed, 22 insertions, 5 deletions
@@ -3,18 +3,35 @@ *** Changes since GDB 5.2: -* New target. +* New targets. Atmel AVR avr*-*-* -* Changes in VAX configurations. - -Multi-arch support is enabled for all VAX configurations. - * New native configurations Alpha NetBSD alpha*-*-netbsd* +* OBSOLETE configurations and files + +Configurations that have been declared obsolete in this release have +been commented out. Unless there is activity to revive these +configurations, the next release of GDB will have their sources +permanently REMOVED. + +* REMOVED configurations and files + +AMD 29k family via UDI a29k-amd-udi, udi29k +A29K VxWorks a29k-*-vxworks +AMD 29000 embedded, using EBMON a29k-none-none +AMD 29000 embedded with COFF a29k-none-coff +AMD 29000 embedded with a.out a29k-none-aout + +testsuite/gdb.hp/gdb.threads-hp/ directory + +* Changes in VAX configurations. + +Multi-arch support is enabled for all VAX configurations. + * Changes in Alpha configurations. Multi-arch support is enabled for all Alpha configurations. |