mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-01 17:27:15 +08:00
Note that if '@' is a comment character then another symbol is used to prefix
the section's type.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2002-08-22 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* doc/as.texinfo (Section): Note that if '@' is a comment
|
||||||
|
character then another symbol is used to prefix the section's
|
||||||
|
type.
|
||||||
|
|
||||||
2002-08-22 Christian Groessler <chris@groessler.org>
|
2002-08-22 Christian Groessler <chris@groessler.org>
|
||||||
|
|
||||||
* config/tc-z8k.c (get_operands): Adjust ptr variable also in
|
* config/tc-z8k.c (get_operands): Adjust ptr variable also in
|
||||||
|
@ -5099,6 +5099,10 @@ section contains data
|
|||||||
section does not contain data (i.e., section only occupies space)
|
section does not contain data (i.e., section only occupies space)
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Note on targets where the @code{@@} character is the start of a comment (eg
|
||||||
|
ARM) then another character is used instead. For example the ARM port uses the
|
||||||
|
@code{%} character.
|
||||||
|
|
||||||
If @var{flags} contains @code{M} flag, @var{type} argument must be specified
|
If @var{flags} contains @code{M} flag, @var{type} argument must be specified
|
||||||
as well as @var{entsize} argument. Sections with @code{M} flag but not
|
as well as @var{entsize} argument. Sections with @code{M} flag but not
|
||||||
@code{S} flag must contain fixed size constants, each @var{entsize} octets
|
@code{S} flag must contain fixed size constants, each @var{entsize} octets
|
||||||
|
Reference in New Issue
Block a user