diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-12-30 11:36:53 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-12-31 11:13:00 +0400 |
commit | 6bf6fd090ac8b4551a4f7906310fb77d0405545a (patch) | |
tree | c0a2e4d74257712c958d792b6c1dea579c158ee5 /gdb/NEWS | |
parent | ee3b52e917c3a19850232a6a20f5698090619fc6 (diff) | |
download | gdb-6bf6fd090ac8b4551a4f7906310fb77d0405545a.zip gdb-6bf6fd090ac8b4551a4f7906310fb77d0405545a.tar.gz gdb-6bf6fd090ac8b4551a4f7906310fb77d0405545a.tar.bz2 |
Remove "add-shared-symbol-files", "dll-symbols" and "assf" commands doc.
This patch removes documentation from some commands whose support has
been recently removed.
gdb/ChangeLog:
* NEWS: Document removal of "dll-symbols", "add-shared-symbol-files"
and "assf" commands.
gdb/doc/ChangeLog:
* gdb.texinfo (Files): Remove documentation of the
"add-shared-symbol-files" and "assf" commands.
(Cygwin Native): Remove documentation of the "dll-symbols"
command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -109,6 +109,10 @@ SGI Irix-6.x mips-*-irix6* VAX running (4.2 - 4.3 Reno) BSD vax-*-bsd* VAX running Ultrix vax-*-ultrix* +* The "dll-symbols" command, and its two aliases ("add-shared-symbol-files" + and "assf"), have been removed. Use the "sharedlibrary" command, or + its alias "share", instead. + *** Changes in GDB 7.8 * New command line options |