| OLD | NEW |
| 1 \input texinfo | 1 \input texinfo |
| 2 @setfilename stabs.info | 2 @setfilename stabs.info |
| 3 @setchapternewpage odd | 3 @setchapternewpage odd |
| 4 @settitle STABS | 4 @settitle STABS |
| 5 | 5 |
| 6 @c @finalout | 6 @c @finalout |
| 7 | 7 |
| 8 @c This is a dir.info fragment to support semi-automated addition of | 8 @c This is a dir.info fragment to support semi-automated addition of |
| 9 @c manuals to an info tree. | 9 @c manuals to an info tree. |
| 10 @dircategory Software development | 10 @dircategory Software development |
| 11 @direntry | 11 @direntry |
| 12 * Stabs: (stabs). The "stabs" debugging information format. | 12 * Stabs: (stabs). The "stabs" debugging information format. |
| 13 @end direntry | 13 @end direntry |
| 14 | 14 |
| 15 @copying | 15 @copying |
| 16 Copyright @copyright{} 1992-1995, 1997-1998, 2000-2007, 2009-2012 Free | 16 Copyright @copyright{} 1992-2013 Free Software Foundation, Inc. |
| 17 Software Foundation, Inc. | |
| 18 Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon, | 17 Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon, |
| 19 and David MacKenzie. | 18 and David MacKenzie. |
| 20 | 19 |
| 21 Permission is granted to copy, distribute and/or modify this document | 20 Permission is granted to copy, distribute and/or modify this document |
| 22 under the terms of the GNU Free Documentation License, Version 1.3 or | 21 under the terms of the GNU Free Documentation License, Version 1.3 or |
| 23 any later version published by the Free Software Foundation; with no | 22 any later version published by the Free Software Foundation; with no |
| 24 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover | 23 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover |
| 25 Texts. A copy of the license is included in the section entitled ``GNU | 24 Texts. A copy of the license is included in the section entitled ``GNU |
| 26 Free Documentation License''. | 25 Free Documentation License''. |
| 27 @end copying | 26 @end copying |
| 28 | 27 |
| 29 @ifnottex | 28 @ifnottex |
| 30 This document describes the stabs debugging symbol tables. | 29 This document describes the stabs debugging symbol tables. |
| 31 | 30 |
| 32 @insertcopying | 31 @insertcopying |
| 33 @end ifnottex | 32 @end ifnottex |
| 34 | 33 |
| 35 @titlepage | 34 @titlepage |
| 36 @title The ``stabs'' debug format | 35 @title The ``stabs'' debug format |
| 37 @author Julia Menapace, Jim Kingdon, David MacKenzie | 36 @author Julia Menapace, Jim Kingdon, David MacKenzie |
| 38 @author Cygnus Support | 37 @author Cygnus Support |
| 39 @page | 38 @page |
| 40 @tex | 39 @tex |
| 41 \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ | 40 \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ |
| 42 \xdef\manvers{\$Revision: 2.130 $} % For use in headers, footers too | 41 \xdef\manvers{\$Revision$} % For use in headers, footers too |
| 43 {\parskip=0pt | 42 {\parskip=0pt |
| 44 \hfill Cygnus Support\par | 43 \hfill Cygnus Support\par |
| 45 \hfill \manvers\par | 44 \hfill \manvers\par |
| 46 \hfill \TeX{}info \texinfoversion\par | 45 \hfill \TeX{}info \texinfoversion\par |
| 47 } | 46 } |
| 48 @end tex | 47 @end tex |
| 49 | 48 |
| 50 @vskip 0pt plus 1filll | 49 @vskip 0pt plus 1filll |
| 51 @insertcopying | 50 @insertcopying |
| 52 @end titlepage | 51 @end titlepage |
| (...skipping 4064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4117 @node GNU Free Documentation License | 4116 @node GNU Free Documentation License |
| 4118 @appendix GNU Free Documentation License | 4117 @appendix GNU Free Documentation License |
| 4119 @include fdl.texi | 4118 @include fdl.texi |
| 4120 | 4119 |
| 4121 @node Symbol Types Index | 4120 @node Symbol Types Index |
| 4122 @unnumbered Symbol Types Index | 4121 @unnumbered Symbol Types Index |
| 4123 | 4122 |
| 4124 @printindex fn | 4123 @printindex fn |
| 4125 | 4124 |
| 4126 @bye | 4125 @bye |
| OLD | NEW |