This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH bfin] Update gas doc


This patch changes BFIN in gas doc to Blackfin. It also updates -mcpu option document with new processor types: bf512, bf514, bf516 and bf518.

Committed.


Jie
	* 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.

Index: doc/all.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/all.texi,v
retrieving revision 1.33
diff -u -r1.33 all.texi
--- doc/all.texi	2 Sep 2009 07:24:21 -0000	1.33
+++ doc/all.texi	4 Sep 2009 02:27:15 -0000
@@ -30,7 +30,7 @@
 @set ARC
 @set ARM
 @set AVR
-@set BFIN
+@set Blackfin
 @set CR16
 @set CRIS
 @set D10V
Index: doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.207
diff -u -r1.207 as.texinfo
--- doc/as.texinfo	6 Aug 2009 17:38:02 -0000	1.207
+++ doc/as.texinfo	4 Sep 2009 02:27:15 -0000
@@ -6716,8 +6716,8 @@
 @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 @@
 @include c-avr.texi
 @end ifset
 
-@ifset BFIN
+@ifset Blackfin
 @include c-bfin.texi
 @end ifset
 
Index: doc/c-bfin.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-bfin.texi,v
retrieving revision 1.4
diff -u -r1.4 c-bfin.texi
--- doc/c-bfin.texi	2 Sep 2009 07:24:21 -0000	1.4
+++ doc/c-bfin.texi	4 Sep 2009 02:27:15 -0000
@@ -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 @@
 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},

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]