diff options
author | Jie Zhang <jie.zhang@analog.com> | 2010-03-10 03:57:00 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2010-03-10 03:57:00 +0000 |
commit | 9982501a0db5863d24507f0e3de0cdd86da3a9b3 (patch) | |
tree | a510ece5301d5092d01ce09488eaa144390349c5 /gas/doc/c-bfin.texi | |
parent | d62d0f5fc2156db337ac3cbbc3c05ca76565dbd3 (diff) | |
download | gdb-9982501a0db5863d24507f0e3de0cdd86da3a9b3.zip gdb-9982501a0db5863d24507f0e3de0cdd86da3a9b3.tar.gz gdb-9982501a0db5863d24507f0e3de0cdd86da3a9b3.tar.bz2 |
* 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.
Diffstat (limited to 'gas/doc/c-bfin.texi')
-rw-r--r-- | gas/doc/c-bfin.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/doc/c-bfin.texi b/gas/doc/c-bfin.texi index aab4bcc..e2749d3 100644 --- a/gas/doc/c-bfin.texi +++ b/gas/doc/c-bfin.texi @@ -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 |