* doc/as.texinfo: Add Blackfin options.

* doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
	* config/tc-bfin.c (md_show_usage): Show usage for all
	Blackfin specific options.
This commit is contained in:
Jie Zhang
2010-03-10 03:57:00 +00:00
parent d62d0f5fc2
commit 9982501a0d
4 changed files with 46 additions and 2 deletions

View File

@ -66,6 +66,14 @@ recognized:
and
@code{bf561}.
@cindex @code{-mfdpic} command line option, Blackfin
@item -mfdpic
Assemble for the FDPIC ABI.
@cindex @code{-mno-fdpic} command line option, Blackfin
@cindex @code{-mnopic} command line option, Blackfin
@item -mno-fdpic/-mnopic
Disable -mfdpic.
@end table
@node Blackfin Syntax