* stabs.texinfo: Many minor cleanups.

This commit is contained in:
Jim Kingdon
1993-09-03 16:04:27 +00:00
parent a1aae90f2e
commit 56bfba9cea

View File

@ -493,9 +493,11 @@ of control statements, there may be more than one line number entry for
the same source line. In this case there is a line number entry at the the same source line. In this case there is a line number entry at the
start of each code range, each with the same line number. start of each code range, each with the same line number.
XCOFF uses COFF line numbers, which are outside the scope of this XCOFF does not use stabs for line numbers. Instead, it uses COFF line
document, ammeliorated by adequate marking of include files numbers (which are outside the scope of this document). Standard COFF
(@pxref{Include Files}). line numbers cannot deal with include files, but in XCOFF this is fixed
with the C_BINCL method of marking include files (@pxref{Include
files}).
@node Procedures @node Procedures
@section Procedures @section Procedures