aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2017-12-01 16:58:47 -0500
committerSergio Durigan Junior <sergiodj@redhat.com>2017-12-01 16:58:47 -0500
commit7f0f8ac8b15f5f5327116614b4137e5dd533ada2 (patch)
tree3222e4411f845b46423966547889920b775f62e7 /gdb/NEWS
parent7ef67ba53397c52a87375403aa614c52b94ccc73 (diff)
downloadgdb-7f0f8ac8b15f5f5327116614b4137e5dd533ada2.zip
gdb-7f0f8ac8b15f5f5327116614b4137e5dd533ada2.tar.gz
gdb-7f0f8ac8b15f5f5327116614b4137e5dd533ada2.tar.bz2
Revert "Add support for the readnever concept"
This reverts commit e2e321740ce2e36a97be2a410cd56eebaa2304aa. It was mistakenly pushed.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index ff9a819..06df528 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,12 +3,6 @@
*** Changes since GDB 8.0
-* New "--readnever" command line option instructs GDB to not read each
- symbol file's symbolic debug information. This makes startup faster
- but at the expense of not being able to perform symbolic debugging.
- This option is intended for use cases where symbolic debugging will
- not be used, e.g., when you only need to dump the debuggee's core.
-
* GDB now uses the GNU MPFR library, if available, to emulate target
floating-point arithmetic during expression evaluation when the target
uses different floating-point formats than the host. At least version