diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-22 20:10:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-22 20:10:53 +0000 |
commit | ececec60e131e18fbe959259c12ae8c69ed705b6 (patch) | |
tree | f8ac448331dae755856e76d785b38b7adade017a /gas | |
parent | a4263c47c070851612c45acec322f7c381f7dfcf (diff) | |
download | fsf-binutils-gdb-ececec60e131e18fbe959259c12ae8c69ed705b6.zip fsf-binutils-gdb-ececec60e131e18fbe959259c12ae8c69ed705b6.tar.gz fsf-binutils-gdb-ececec60e131e18fbe959259c12ae8c69ed705b6.tar.bz2 |
Note that if '@' is a comment character then another symbol is used to prefix
the section's type.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bd522a9..ff65a99 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> * config/tc-z8k.c (get_operands): Adjust ptr variable also in diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index eedefc9..bcefd62 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -5099,6 +5099,10 @@ section contains data section does not contain data (i.e., section only occupies space) @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 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 |