aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-03-13 21:02:40 +0000
committerDoug Evans <dje@google.com>2012-03-13 21:02:40 +0000
commit168997566e2a9a7050bd9f236c4b6d9a2223864c (patch)
tree4e692320e5f29bbbeaca8f6bcb3d24bc1eb36a57 /gdb/NEWS
parentc5b7e1cbc5f385a8a45b8b4891c05c310ffe6552 (diff)
downloadgdb-168997566e2a9a7050bd9f236c4b6d9a2223864c.zip
gdb-168997566e2a9a7050bd9f236c4b6d9a2223864c.tar.gz
gdb-168997566e2a9a7050bd9f236c4b6d9a2223864c.tar.bz2
* NEWS: Mention symbol-reloading has been deleted.
* symfile.c (symbol_reloading): Delete. (show_symbol_reloading): Delete. (_initialize_symfile): Delete set/show symbol-reloading. doc/ * gdb.texinfo (Help): Change apropos example to use "alias" instead of "reload". (Symbols): Delete docs for set/show symbol-reloading. * gdbint.texinfo (Defining Other Architecture Features): Delete SYMBOL_RELOADING_DEFAULT. * refcard.tex: Delete reference to symbol-reloading. testsuite/ * gdb.base/default.exp: Delete tests for symbol-reloading. * gdb.base/help.exp: Ditto. * gdb.base/setshow.exp: Ditto. * gdb.base/gdb_history: Delete references to symbol-reloading.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 9c89346..7d70404 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,8 @@
*** Changes since GDB 7.4
+* The option "symbol-reloading" has been deleted as it is no longer used.
+
* Python scripting
** GDB commands implemented in Python can now be put in command class