mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* stabs.texinfo (Parameters): Keep trying to get this right.
This commit is contained in:
@ -1027,7 +1027,7 @@ symbol is an offset relative to the local variables for that function,
|
|||||||
not relative to the arguments (on some machines those are the same
|
not relative to the arguments (on some machines those are the same
|
||||||
thing, but not on all).
|
thing, but not on all).
|
||||||
|
|
||||||
The following are said to go with N_PSYM:
|
The following are said to go with @samp{N_PSYM}:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
"name" -> "param_name:#type"
|
"name" -> "param_name:#type"
|
||||||
@ -2448,25 +2448,39 @@ n_type n_type name used to describe
|
|||||||
@node Symbol descriptors
|
@node Symbol descriptors
|
||||||
@section Table C: Symbol descriptors
|
@section Table C: Symbol descriptors
|
||||||
|
|
||||||
|
@c Please keep this alphabetical
|
||||||
@table @code
|
@table @code
|
||||||
@item (empty)
|
@item (empty)
|
||||||
Local variable, @xref{Automatic variables}.
|
Local variable, @xref{Automatic variables}.
|
||||||
|
|
||||||
|
@item C
|
||||||
|
@xref{Parameters}.
|
||||||
|
|
||||||
@item f
|
@item f
|
||||||
Local function, @xref{Procedures}.
|
Local function, @xref{Procedures}.
|
||||||
|
|
||||||
@item F
|
@item F
|
||||||
Global function, @xref{Procedures}.
|
Global function, @xref{Procedures}.
|
||||||
|
|
||||||
@item t
|
|
||||||
Type name, @xref{Typedefs}.
|
|
||||||
|
|
||||||
@item T
|
|
||||||
enumeration, struct or union tag, @xref{Unions}.
|
|
||||||
|
|
||||||
@item G
|
@item G
|
||||||
Global variable, @xref{Global Variables}.
|
Global variable, @xref{Global Variables}.
|
||||||
|
|
||||||
|
@item i
|
||||||
|
@xref{Parameters}.
|
||||||
|
|
||||||
|
@item p
|
||||||
|
Argument list parameter @xref{Parameters}.
|
||||||
|
|
||||||
|
@item pP
|
||||||
|
@xref{Parameters}.
|
||||||
|
|
||||||
|
@item pF
|
||||||
|
@xref{Parameters}.
|
||||||
|
|
||||||
|
@item P
|
||||||
|
@itemx R
|
||||||
|
Register parameter @xref{Parameters}.
|
||||||
|
|
||||||
@item r
|
@item r
|
||||||
Register variable, @xref{Register variables}.
|
Register variable, @xref{Register variables}.
|
||||||
|
|
||||||
@ -2474,16 +2488,21 @@ Register variable, @xref{Register variables}.
|
|||||||
Static file scope variable @xref{Initialized statics},
|
Static file scope variable @xref{Initialized statics},
|
||||||
@xref{Un-initialized statics}.
|
@xref{Un-initialized statics}.
|
||||||
|
|
||||||
|
@item t
|
||||||
|
Type name, @xref{Typedefs}.
|
||||||
|
|
||||||
|
@item T
|
||||||
|
enumeration, struct or union tag, @xref{Unions}.
|
||||||
|
|
||||||
|
@item v
|
||||||
|
Call by reference, @xref{Parameters}.
|
||||||
|
|
||||||
@item V
|
@item V
|
||||||
Static procedure scope variable @xref{Initialized statics},
|
Static procedure scope variable @xref{Initialized statics},
|
||||||
@xref{Un-initialized statics}.
|
@xref{Un-initialized statics}.
|
||||||
|
|
||||||
@item p
|
@item X
|
||||||
Argument list parameter @xref{Parameters}.
|
Function return variable, @xref{Parameters}.
|
||||||
|
|
||||||
@item P
|
|
||||||
@item R
|
|
||||||
Register parameter @xref{Parameters}.
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node Type Descriptors
|
@node Type Descriptors
|
||||||
|
Reference in New Issue
Block a user