aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-15 17:06:00 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-15 17:06:00 +0000
commit0d35ddbaeee7f3d3564e97eb89bbb7fed8dfb981 (patch)
tree9a8dc5fea4323c5048005c68b159a2df0621d353 /gdb
parent043780a1fb7055b5af0f3fd8baf4f2f90d94043d (diff)
downloadgdb-0d35ddbaeee7f3d3564e97eb89bbb7fed8dfb981.zip
gdb-0d35ddbaeee7f3d3564e97eb89bbb7fed8dfb981.tar.gz
gdb-0d35ddbaeee7f3d3564e97eb89bbb7fed8dfb981.tar.bz2
Add list of targets being obsoleted.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/MAINTAINERS2
-rw-r--r--gdb/TODO47
3 files changed, 49 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 364029e..198b539 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2001-03-15 Andrew Cagney <ac131313@redhat.com>
+ * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
+ * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
+
+2001-03-15 Andrew Cagney <ac131313@redhat.com>
+
* wince.c (child_xfer_memory): Add attrib parameter.
* symm-nat.c (child_xfer_memory): Ditto.
* mac-nat.c (child_xfer_memory): Ditto.
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index f3845f0..389f544 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -141,7 +141,7 @@ maintainer works with the native maintainer when resolving API issues.
vax --target=vax-dec-vms5.5 ,-Werror
Maintenance only
- w65 (--target=w64 broken)
+ w65 (--target=w65 broken)
Maintenance only
z8k (--target=z8k-coff broken)
diff --git a/gdb/TODO b/gdb/TODO
index 09b5e50..5fb43cc 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -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.