diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-07-01 20:25:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-07-01 20:25:54 +0000 |
commit | c72da8e952a870bc459c577b472538dc4603e052 (patch) | |
tree | 7b959e04d7a1c194829d4b0ee44073d25ab33d6e /gdb/doc/gdbint.texinfo | |
parent | de5ea60b7caebde71034e6d89534e72c47a87e5f (diff) | |
download | gdb-c72da8e952a870bc459c577b472538dc4603e052.tar.gz |
* dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
code.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index cf6d8591e34..548440c8df4 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -38,7 +38,7 @@ Free Documentation License''. @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.213 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.214 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -3547,10 +3547,6 @@ and guess the starting and ending addresses of the compilation unit from them. @end itemize -@item PCC_SOL_BROKEN -@findex PCC_SOL_BROKEN -(Used only in the Convex target.) - @item PC_LOAD_SEGMENT @findex PC_LOAD_SEGMENT If defined, print information about the load segment for the program |