aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-11-06 20:16:34 +0000
committerJeff Law <law@redhat.com>1994-11-06 20:16:34 +0000
commit866ed2b54f6873610b155dfbd97ee1f42300d7cf (patch)
tree2711155a543f7b4a8a3623a682cb837677ccfa5c /gdb/TODO
parent54b2555b0cb8f52a811758758ec119c9941b070d (diff)
downloadgdb-866ed2b54f6873610b155dfbd97ee1f42300d7cf.zip
gdb-866ed2b54f6873610b155dfbd97ee1f42300d7cf.tar.gz
gdb-866ed2b54f6873610b155dfbd97ee1f42300d7cf.tar.bz2
* partial-stab.h (N_TEXT): Put back GDB_TARGET_IS_HPPA kludge,
it is still needed for GCC-2.6 compiled code. * TODO (GDB_TARGET_IS_HPPA): Note this kludge can be nuked sometime after GCC-2.7 has been released.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/TODO b/gdb/TODO
index e3156fa..90a5818 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -462,6 +462,10 @@ Add a command for searching memory, a la adb. It specifies size,
mask, value, start address. ADB searches until it finds it or hits
an error (or is interrupted).
+The GDB_TARGET_IS_HPPA kludges in partial-stab.h should be zapped sometime
+after GCC-2.7 has been released (whenever we decide corner case debugging
+problems with GCC-2.6 compiled code are not important).
+
# Local Variables:
# mode: text
# End: