aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-02-05 19:56:33 +0000
committerMark Kettenis <kettenis@gnu.org>2004-02-05 19:56:33 +0000
commit03cebad2243ba8397a73181208d3244c1ad436f5 (patch)
tree3227531144c8a5be3654420d11bb558ad2969df3 /gdb/NEWS
parent290281b1cbf40d131f9185e2b899beda7c61445a (diff)
downloadgdb-03cebad2243ba8397a73181208d3244c1ad436f5.zip
gdb-03cebad2243ba8397a73181208d3244c1ad436f5.tar.gz
gdb-03cebad2243ba8397a73181208d3244c1ad436f5.tar.bz2
* infrun.c (handle_inferior_event): Allow for breakpoint
instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL and SIGEMT. Update comments. * NEWS (Revised SPARC target): Mention support for non-executable stack.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index f24f592..9ee0cec9 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -19,7 +19,9 @@ you should upgrade gdbserver on the remote side.
The SPARC target has been completely revised, incorporating the
FreeBSD/sparc64 support that was added for GDB 6.0. As a result
-support for LynxOS and SunOS 4 has been dropped.
+support for LynxOS and SunOS 4 has been dropped. Calling functions
+from within GDB on operating systems with a non-executable stack
+(Solaris, OpenBSD) now works.
* New C++ demangler