gas: bfin: convert to new doc style
authorMike Frysinger <vapier@gentoo.org>
Wed, 24 Nov 2010 22:20:02 +0000 (22:20 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 24 Nov 2010 22:20:02 +0000 (22:20 +0000)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
gas/ChangeLog
gas/doc/as.texinfo
gas/doc/c-bfin.texi

index bdfaf1f638df60f1e3319b372f4cf4c286c8c94c..14d31de8b49e708a65ea7cc8e3249fd6906042eb 100644 (file)
@@ -1,3 +1,9 @@
+2010-11-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * doc/as.texinfo: Refer to and include c-bfin.texi for Blackfin
+       options.
+       * doc/c-bfin.texi: Add markup for use in manpage generation.
+
 2010-11-23  Sterling Augustine  <sterling@tensilica.com>
 
        * doc/as.texinfo: Refer to and include c-xtensa.texi for Xtensa
index a981814e4b8073db3256335ad3288502f4aa2659..8051124a56965c0b43b2fca078f205cc732b9f87 100644 (file)
@@ -766,19 +766,22 @@ Specify that PIC code has been generated.
 @end ifset
 
 @ifset Blackfin
+
+@ifclear man
+@xref{Blackfin Options}, for the options available when @value{AS} is
+configured for the Blackfin processor family.
+@end ifclear
+
+@ifset man
+@c man begin OPTIONS
 The following options are available when @value{AS} is configured for
 the Blackfin processor family.
+@c man end
+@c man begin INCLUDE
+@include c-bfin.texi
+@c ended inside the included file
+@end ifset
 
-@table @gcctabopt
-@item -mcpu=@var{processor}@r{[}-@var{sirevision}@r{]}
-This option specifies the target processor.  The optional @var{sirevision}
-is not used in assembler.
-@item -mfdpic
-Assemble for the FDPIC ABI.
-@item -mno-fdpic
-@itemx -mnopic
-Disable -mfdpic.
-@end table
 @end ifset
 
 @ifset CRIS
index 7a367457dc7723ac8ae8c49034efe04d947629ac..73e2a0750949ca90d18a8f0a070f95f098219fdd 100644 (file)
@@ -2,11 +2,14 @@
 @c Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
+@c man end
+
 @ifset GENERIC
 @page
 @node Blackfin-Dependent
 @chapter Blackfin Dependent Features
 @end ifset
+
 @ifclear GENERIC
 @node Machine Dependencies
 @chapter Blackfin Dependent Features
@@ -24,7 +27,8 @@
 @cindex Blackfin options (none)
 @cindex options for Blackfin (none)
 
-@table @code
+@c man begin OPTIONS
+@table @gcctabopt
 
 @cindex @code{-mcpu=} command line option, Blackfin
 @item -mcpu=@var{processor}@r{[}-@var{sirevision}@r{]}
@@ -79,6 +83,7 @@ Assemble for the FDPIC ABI.
 @itemx -mnopic
 Disable -mfdpic.
 @end table
+@c man end
 
 @node Blackfin Syntax
 @section Syntax
This page took 0.030746 seconds and 4 git commands to generate.