diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-15 17:06:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-15 17:06:00 +0000 |
commit | 1d3f45bb240ed9506d67f46ccbb3989a9f6ee36d (patch) | |
tree | 716582d01f62a3c0fb74fe98ef2f116cb9a19852 /gdb/TODO | |
parent | 12c4ebfdc793af2ddd8f1d2a94fa5561dfaea342 (diff) | |
download | gdb-1d3f45bb240ed9506d67f46ccbb3989a9f6ee36d.tar.gz |
Add list of targets being obsoleted.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 47 |
1 files changed, 43 insertions, 4 deletions
@@ -154,16 +154,55 @@ The following code cleanups will hopefully be applied to GDB 5.1. -- 2001-03-14 -Resolve the status of all broken targets as identified by the MAINTAINERS -file. +Resolve the build status of all broken targets as identified by the +MAINTAINERS file. o arm-* vs NetBSD's lack of ``unix'' o arm-* vs IRIX (see below) - o delete TiC80 - o delete m88k? +-- 2001-03-15 + + Obsolete some targets. + +Possible selection criteria are: + + o uses a deprecated feature + + o doesn't build + + o doesn't have a maintainer + +Steps: + + o post proposals to gdb@ (DONE) + + o post announcement to gdb-announce@ + crossed with gdb@ reply-to to gdb@ + (DONE) + + ns32k-*-mach3* + ns32k-umax-* + ns32k-utek-sysv* + tic80-* + m68*-isi-* + m68*-sony-* + a29k-ultra3 + powerpcle-*-solaris* + powerpcle-*-cygwin* + w65-*-* + i[3456]86-*-sunos* + + o clobber the files: + + configure.{in,host,tgt} + Makefile.in + *-tdep.c *-nat.c *-xdep.c + configure/*/* + + o update NEWS + -- Change documentation to GFDL license. |