diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-04-02 14:25:27 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-04-02 14:25:27 +0000 |
commit | 0c000745190c009ceaab0e94ae9692d5a7226e84 (patch) | |
tree | 833d5a91d2a789c2a5c64f55de414001f3ba532f /gas/config/tc-mips.c | |
parent | 2657faa6afea99fad2f1e7297a958e04f2d2010e (diff) | |
download | gdb-0c000745190c009ceaab0e94ae9692d5a7226e84.zip gdb-0c000745190c009ceaab0e94ae9692d5a7226e84.tar.gz gdb-0c000745190c009ceaab0e94ae9692d5a7226e84.tar.bz2 |
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/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 36478d4..99b0a13 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -14947,6 +14947,7 @@ MIPS options:\n\ #ifdef OBJ_ELF fprintf (stream, _("\ -KPIC, -call_shared generate SVR4 position independent code\n\ +-mvxworks-pic generate VxWorks position independent code\n\ -non_shared do not generate position independent code\n\ -xgot assume a 32 bit GOT\n\ -mpdr, -mno-pdr enable/disable creation of .pdr sections\n\ |