diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-03 16:04:27 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-03 16:04:27 +0000 |
commit | 56bfba9cea295abd668c59fccb498e4ff4f21acf (patch) | |
tree | ecbba2e771bd0b11ec58831c9257b7df4c69ff31 /gdb | |
parent | a1aae90f2e94072f5c747a9740526554c51df7fc (diff) | |
download | gdb-56bfba9cea295abd668c59fccb498e4ff4f21acf.zip gdb-56bfba9cea295abd668c59fccb498e4ff4f21acf.tar.gz gdb-56bfba9cea295abd668c59fccb498e4ff4f21acf.tar.bz2 |
* stabs.texinfo: Many minor cleanups.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/stabs.texinfo | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 3a29afc..4f7096a 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -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 start of each code range, each with the same line number. -XCOFF uses COFF line numbers, which are outside the scope of this -document, ammeliorated by adequate marking of include files -(@pxref{Include Files}). +XCOFF does not use stabs for line numbers. Instead, it uses COFF line +numbers (which are outside the scope of this document). Standard COFF +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 @section Procedures |