* doc/c-tic6x.texi (.c6xabi_attribute): Document directive.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 9 Sep 2010 20:56:15 +0000 (20:56 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 9 Sep 2010 20:56:15 +0000 (20:56 +0000)
gas/ChangeLog
gas/doc/c-tic6x.texi

index c2c7de9ce352c8b8d197722d3c7c025b3a6ae8c3..2c962951be4aeae8bcf9c3d8fb9038481d0068fc 100644 (file)
@@ -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.
index db55664589c4b4fcf3e6d1cbac2bf286ee67619a..4bd2de3edddeb55559d86f306f29e802ede81e2a 100644 (file)
@@ -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
This page took 0.027934 seconds and 4 git commands to generate.