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/as.texinfo | |
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/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index a981814..8051124 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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 |