mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* stabs.texinfo (Include Files): Fix typo (start -> end).
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* stabs.texinfo (Include Files): Fix typo (start -> end).
|
||||||
|
|
||||||
Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
||||||
|
|
||||||
* gdb.texinfo, remote.texi: assorted small improvements, mostly
|
* gdb.texinfo, remote.texi: assorted small improvements, mostly
|
||||||
|
@ -429,11 +429,10 @@ common with @code{N_BINCL}).
|
|||||||
|
|
||||||
@findex N_SOL
|
@findex N_SOL
|
||||||
An @code{N_SOL} symbol specifies which include file subsequent symbols
|
An @code{N_SOL} symbol specifies which include file subsequent symbols
|
||||||
refer to. The string field is the name of the file and the
|
refer to. The string field is the name of the file and the value is the
|
||||||
value is the text address corresponding to the start of the
|
text address corresponding to the end of the previous include file and
|
||||||
previous include file and the start of this one. To specify the main
|
the start of this one. To specify the main source file again, use an
|
||||||
source file again, use an @code{N_SOL} symbol with the name of the main
|
@code{N_SOL} symbol with the name of the main source file.
|
||||||
source file.
|
|
||||||
|
|
||||||
@findex N_BINCL
|
@findex N_BINCL
|
||||||
@findex N_EINCL
|
@findex N_EINCL
|
||||||
|
Reference in New Issue
Block a user