aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-07-21 16:17:56 +0000
committerAndrew Cagney <cagney@redhat.com>2004-07-21 16:17:56 +0000
commit73cc75f3b22c0bb899f4f91727e8c3e01f289824 (patch)
tree0277ecde93c022fec73230277293c9b6b0576fed /gdb/NEWS
parent20f0a1fc7d3349b326456c16297278dccd2686c9 (diff)
downloadfsf-binutils-gdb-73cc75f3b22c0bb899f4f91727e8c3e01f289824.zip
fsf-binutils-gdb-73cc75f3b22c0bb899f4f91727e8c3e01f289824.tar.gz
fsf-binutils-gdb-73cc75f3b22c0bb899f4f91727e8c3e01f289824.tar.bz2
2004-07-21 Andrew Cagney <cagney@gnu.org>
* PROBLEMS: Mention breakpoints/1702. * NEWS: For signal trampolines, cite s390 GNU/Linux as a system that is known to work.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 823b5f3..19f68bf 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -38,8 +38,9 @@ of sa_sigaction signal trampolines; backtrace from a NULL pointer
call; backtrace through a signal trampoline; step into and out of
signal handlers; and single-stepping in the signal trampoline.
-These fixes were tested on i386 GNU/Linux systems that include a 2.4
-kernel.
+Please note that kernel bugs are a limiting factor here. These
+features have been shown to work on an s390 GNU/Linux system that
+include a 2.6.8-rc1 kernel. Ref PR breakpoints/1702.
* Cygwin support for DWARF 2 added.