diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-09-09 20:56:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2010-09-09 20:56:15 +0000 |
commit | 8a0344f66af84ad4997cc9e9aa02011f7723c07c (patch) | |
tree | 447704cd0cf093503b15681cdd944b1ddb481b36 /gas/doc/c-tic6x.texi | |
parent | 4569eed2ceb9ca011d1a3c5e53286ce9150d7042 (diff) | |
download | gdb-8a0344f66af84ad4997cc9e9aa02011f7723c07c.zip gdb-8a0344f66af84ad4997cc9e9aa02011f7723c07c.tar.gz gdb-8a0344f66af84ad4997cc9e9aa02011f7723c07c.tar.bz2 |
* doc/c-tic6x.texi (.c6xabi_attribute): Document directive.
Diffstat (limited to 'gas/doc/c-tic6x.texi')
-rw-r--r-- | gas/doc/c-tic6x.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/doc/c-tic6x.texi b/gas/doc/c-tic6x.texi index db55664..4bd2de3 100644 --- a/gas/doc/c-tic6x.texi +++ b/gas/doc/c-tic6x.texi @@ -109,6 +109,15 @@ This has the same effect as @option{-march=@var{arch}}. These have the same effects as @option{-matomic} and @option{-mno-atomic}. +@cindex @code{.c6xabi_attribute} directive, TIC6X +@item .c6xabi_attribute @var{tag}, @var{value} +Set the C6000 EABI build attribute @var{tag} to @var{value}. + +The @var{tag} is either an attribute number or +@code{Tag_C6XABI_Tag_CPU_arch}. The @var{value} is either a +@code{number}, @code{"string"}, or @code{number, "string"} depending +on the tag. + @cindex @code{.nocmp} directive, TIC6X @item .nocmp Disallow use of C64x+ compact instructions in the current text |