summaryrefslogtreecommitdiff
path: root/gas/doc/c-mips.texi
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2007-04-02 14:25:27 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2007-04-02 14:25:27 +0000
commit47cc1b03ced563395b018f3cf17012782487c844 (patch)
tree48bdc1e4a4e7bf4a6c2e2ec779426d5281415a3d /gas/doc/c-mips.texi
parent85ed322565f54afd224559f5c7ae3be5bc92ca06 (diff)
downloadbinutils-redhat-47cc1b03ced563395b018f3cf17012782487c844.tar.gz
gas/
* doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options. * doc/c-mips.texi (-KPIC, -mvxworks-pic): Document. * config/tc-mips.c (md_show_usage): Mention -mvxworks-pic.
Diffstat (limited to 'gas/doc/c-mips.texi')
-rw-r--r--gas/doc/c-mips.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi
index 8ba8e36b0c..f92cb0098d 100644
--- a/gas/doc/c-mips.texi
+++ b/gas/doc/c-mips.texi
@@ -60,6 +60,18 @@ little-endian output at run time (unlike the other @sc{gnu} development
tools, which must be configured for one or the other). Use @samp{-EB}
to select big-endian output, and @samp{-EL} for little-endian.
+@item -KPIC
+@cindex PIC selection, MIPS
+@cindex @option{-KPIC} option, MIPS
+Generate SVR4-style PIC. This option tells the assembler to generate
+SVR4-style position-independent macro expansions. It also tells the
+assembler to mark the output file as PIC.
+
+@item -mvxworks-pic
+@cindex @option{-mvxworks-pic} option, MIPS
+Generate VxWorks PIC. This option tells the assembler to generate
+VxWorks-style position-independent macro expansions.
+
@cindex MIPS architecture options
@item -mips1
@itemx -mips2