aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 7d10ce5..7dc4121 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,11 +3,14 @@
*** Changes since GDB 6.8
+* GDB can now read compressed debug sections, as produced by GNU gold
+with the --compress-debug-sections=zlib flag.
+
* Watchpoints can now be set on unreadable memory locations, e.g. addresses
which will be allocated using malloc later in program execution.
* The qXfer:libraries:read remote procotol packet now allows passing a
- list of section offsets.
+list of section offsets.
* New features in the GDB remote stub, gdbserver