aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-04-05 14:49:29 +0000
committerAndrew Cagney <cagney@redhat.com>2001-04-05 14:49:29 +0000
commit4a1968f4944c8368cf51943e8e3fb02a9bc324a3 (patch)
tree1f0da3d1a7e639e8780445ea2b645aed86f4e190 /gdb/TODO
parente66457fbf3726420435dc962c190c8ab9933a78b (diff)
downloadfsf-binutils-gdb-4a1968f4944c8368cf51943e8e3fb02a9bc324a3.zip
fsf-binutils-gdb-4a1968f4944c8368cf51943e8e3fb02a9bc324a3.tar.gz
fsf-binutils-gdb-4a1968f4944c8368cf51943e8e3fb02a9bc324a3.tar.bz2
Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 71f55a0..c0d4407 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -193,8 +193,9 @@ Steps:
m68*-*bug-* m68k - (monitor)
m68*-monitor-* m68k - (monitor)
m68*-est-* m68k - (monitor)
- a29k-*-* a29k ultra3 -
- a29k-*-sym1* a29k - ultra3
+ a29k-*-* a29k ultra3 - yes
+ a29k-*-sym1* a29k - ultra3 yes
+ a29k-*-kern* a29k - a29k-kern yes
powerpcle-*-solaris* powerpc solaris solaris
powerpcle-*-cygwin* powerpc cygwin cygwin
powerpc-*-netware* powerpc - ppc-nw
@@ -386,6 +387,12 @@ to any specific release.
--
+Investigate changing --target=a29k-amd-udi to a29k-*-coff* and
+rationalize *.mt files. The got-ya is in remote-eb.c - it has its own
+custom tty manipulation - it should be using the serial object.
+
+--
+
Rename read_register{,_pid}() to read_unsigned_register{,_pid}().
--