diff options
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 |