aboutsummaryrefslogtreecommitdiff
path: root/gdb/PROBLEMS
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-07-26 18:30:19 +0000
committerAndrew Cagney <cagney@redhat.com>2004-07-26 18:30:19 +0000
commita1b461bf403f675bf552b7f6783a732aa34056d7 (patch)
treeca90fc2677e0e8180845a0c12f002f24eed29232 /gdb/PROBLEMS
parentcb1a6d5f515a44ffcdc3bbf20c2e01ee8a37670d (diff)
downloadgdb-a1b461bf403f675bf552b7f6783a732aa34056d7.zip
gdb-a1b461bf403f675bf552b7f6783a732aa34056d7.tar.gz
gdb-a1b461bf403f675bf552b7f6783a732aa34056d7.tar.bz2
2004-07-26 Andrew Cagney <cagney@gnu.org>
* MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore, and h8300 as broken. * NEWS: END-OF-LIFE frame compatibility module. * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips specific comments.
Diffstat (limited to 'gdb/PROBLEMS')
-rw-r--r--gdb/PROBLEMS21
1 files changed, 0 insertions, 21 deletions
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 2bb66bb..1fa3538 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -121,24 +121,3 @@ gdb/1505: [regression] gdb prints a bad backtrace for a thread
When backtracing a thread, gdb does not stop when it reaches the
outermost frame, instead continuing until it hits garbage. This is
sensitive to the operating system and thread library.
-
-hppa*-*-*
-mips*-*-*
-
-The MIPS and HPPA backtrace code has only very recently been updated
-to use GDB's new frame mechanism. At present there are still a few
-problems, in particular backtraces through signal handlers do not
-work.
-
-People encountering problems with these architectures should consult
-GDB's web pages and mailing lists (http://www.gnu.org/software/gdb/)
-to see if there are updates.
-
-powerpc*-*-*
-
-PowerPC architecture support, in 6.1, does not use the new frame code.
-
-Fortunately, PowerPC architecture support, in GDB's mainline sources,
-have been updated. People encountering problems should consider
-downloading a more current snapshot of GDB
-(http://www.gnu.org/software/gdb/current/).