aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
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}().
--