* doc/all.texi: Replace BFIN with Blackfin.
authorJie Zhang <jie.zhang@analog.com>
Fri, 4 Sep 2009 02:31:44 +0000 (02:31 +0000)
committerJie Zhang <jie.zhang@analog.com>
Fri, 4 Sep 2009 02:31:44 +0000 (02:31 +0000)
* doc/as.texinfo: Likewise.
* doc/c-bfin.texi: Likewise.
* doc/asconfig.texi: Likewise.

* doc/c-bfin.texi: Update -mcpu= option with bf512, bf514,
bf516 and bf518.

gas/ChangeLog
gas/doc/all.texi
gas/doc/as.texinfo
gas/doc/c-bfin.texi

index ecbaa3c100de23c465147f6c3861095431aa3465..7ed7a3a4ea17e8cf61e2e491b9eb1838e8213bfc 100644 (file)
@@ -1,3 +1,13 @@
+2009-09-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * doc/all.texi: Replace BFIN with Blackfin.
+       * doc/as.texinfo: Likewise.
+       * doc/c-bfin.texi: Likewise.
+       * doc/asconfig.texi: Likewise.
+
+       * doc/c-bfin.texi: Update -mcpu= option with bf512, bf514,
+       bf516 and bf518.
+
 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
 
        * Makefile.am (bfin-parse.o): Remove bfin-parse.h from
index ccfa6c5beec34b4f2835bd5674a4ee7402e999ad..b16d26c237cda879a8a12cb9ea35fc5e4fd8f6f9 100644 (file)
@@ -30,7 +30,7 @@
 @set ARC
 @set ARM
 @set AVR
-@set BFIN
+@set Blackfin
 @set CR16
 @set CRIS
 @set D10V
index ae56183e3eee4f149cac052657501aa65cde8bde..c9bc1a3ef94b52d04d63fa167692a8dc1545be84 100644 (file)
@@ -6716,8 +6716,8 @@ subject, see the hardware manufacturer's manual.
 @ifset AVR
 * AVR-Dependent::               AVR Dependent Features
 @end ifset
-@ifset BFIN
-* BFIN-Dependent::             BFIN Dependent Features
+@ifset Blackfin
+* Blackfin-Dependent::         Blackfin Dependent Features
 @end ifset
 @ifset CR16
 * CR16-Dependent::              CR16 Dependent Features
@@ -6851,7 +6851,7 @@ subject, see the hardware manufacturer's manual.
 @include c-avr.texi
 @end ifset
 
-@ifset BFIN
+@ifset Blackfin
 @include c-bfin.texi
 @end ifset
 
index 04d7ee1e415dfd97dee4971adce8e32c883a8ca3..aab4bccf53200787b2d7de10841c02f5e188633e 100644 (file)
@@ -4,7 +4,7 @@
 @c For copying conditions, see the file as.texinfo.
 @ifset GENERIC
 @page
-@node BFIN-Dependent
+@node Blackfin-Dependent
 @chapter Blackfin Dependent Features
 @end ifset
 @ifclear GENERIC
@@ -34,6 +34,10 @@ is not used in assembler.  It's here such that GCC can easily pass down its
 error message if an attempt is made to assemble an instruction which
 will not execute on the target processor.  The following processor names are
 recognized: 
+@code{bf512},
+@code{bf514},
+@code{bf516},
+@code{bf518},
 @code{bf522},
 @code{bf523},
 @code{bf524},
This page took 0.031187 seconds and 4 git commands to generate.