diff options
author | Roland Pesch <pesch@cygnus> | 1991-10-09 00:31:51 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-10-09 00:31:51 +0000 |
commit | 5298a14b493b5fe60a0a7d92dd534f497d9c3fbf (patch) | |
tree | 05cfd43ee82f2218c59b6dd6b6042363dc12da6e /gdb | |
parent | c728f1f0eff736b3df37b704dda7dc20901b3d9b (diff) | |
download | gdb-5298a14b493b5fe60a0a7d92dd534f497d9c3fbf.zip gdb-5298a14b493b5fe60a0a7d92dd534f497d9c3fbf.tar.gz gdb-5298a14b493b5fe60a0a7d92dd534f497d9c3fbf.tar.bz2 |
(ORIG: date: 1991/09/27 22:47:20; author: pesch; state: Exp; lines: +3 -4)
Stop talking about obsolete "sharedlibrary" command in whats-new section.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0740045..53a01e4 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -538,8 +538,7 @@ of your program, and the latter refer to the state of _GDBN__ itself. @item Shared Libraries _GDBN__ _GDB_VN__ can debug programs and core files that use SunOS shared -libraries. You can load symbols from a shared library with the command -@code{sharedlibrary} (@pxref{Files}). +libraries. @item Reference Card _GDBN__ _GDB_VN__ has a reference card; @xref{Formatting Documentation} for |