diff options
Diffstat (limited to 'gas/doc/c-tic6x.texi')
-rw-r--r-- | gas/doc/c-tic6x.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/doc/c-tic6x.texi b/gas/doc/c-tic6x.texi index ba0148c..1116275 100644 --- a/gas/doc/c-tic6x.texi +++ b/gas/doc/c-tic6x.texi @@ -151,4 +151,10 @@ The @var{tag} is either an attribute number or one of Disallow use of C64x+ compact instructions in the current text section. +@cindex @code{.scomm} directive, TIC6X +@item .scomm @var{symbol}, @var{size}, @var{align} +Like @code{.comm}, creating a common symbol @var{symbol} with size @var{size} +and alignment @var{align}, but unlike when using @code{.comm}, this symbol +will be placed into the small BSS section by the linker. + @end table |