diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-24 22:20:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-11-24 22:20:02 +0000 |
commit | 8611b8fdbefd4e2d1f7f9fda802b4a688b2513f4 (patch) | |
tree | e2b8b2e54019007c174f10e6ba1ba81b75bec206 /gas/doc/c-bfin.texi | |
parent | a418ecb545dc6681dbc1c81f2b1b283a2d80589e (diff) | |
download | gdb-8611b8fdbefd4e2d1f7f9fda802b4a688b2513f4.zip gdb-8611b8fdbefd4e2d1f7f9fda802b4a688b2513f4.tar.gz gdb-8611b8fdbefd4e2d1f7f9fda802b4a688b2513f4.tar.bz2 |
gas: bfin: convert to new doc style
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gas/doc/c-bfin.texi')
-rw-r--r-- | gas/doc/c-bfin.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/doc/c-bfin.texi b/gas/doc/c-bfin.texi index 7a36745..73e2a07 100644 --- a/gas/doc/c-bfin.texi +++ b/gas/doc/c-bfin.texi @@ -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 |