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 | |
parent | 4569eed2ceb9ca011d1a3c5e53286ce9150d7042 (diff) | |
download | fsf-binutils-gdb-8a0344f66af84ad4997cc9e9aa02011f7723c07c.zip fsf-binutils-gdb-8a0344f66af84ad4997cc9e9aa02011f7723c07c.tar.gz fsf-binutils-gdb-8a0344f66af84ad4997cc9e9aa02011f7723c07c.tar.bz2 |
* doc/c-tic6x.texi (.c6xabi_attribute): Document directive.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-tic6x.texi | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c2c7de9..2c96295 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-09-09 Joseph Myers <joseph@codesourcery.com> + + * doc/c-tic6x.texi (.c6xabi_attribute): Document directive. + 2010-09-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> * config/tc-arm.c (arm_cpus): Add cortex-a15 entry. 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 |