summaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorChris Demetriou <cgd@broadcom.com>2004-04-23 04:50:53 +0000
committerChris Demetriou <cgd@broadcom.com>2004-04-23 04:50:53 +0000
commit188570f6be449cbf8f00b0faa7ea5fdecfcb3e22 (patch)
tree51b5039185f5638f94f39cab132db39210b6d37e /gas/doc
parentb4e832df1fa00f3169a670cdc832dffcfb9b0bc9 (diff)
downloadbinutils-redhat-188570f6be449cbf8f00b0faa7ea5fdecfcb3e22.tar.gz
2004-04-22 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (md_longopts): Remove -membedded-pic option. (OPTION_MEMBEDDED_PIC): Remove. (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL) (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS) (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64) (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH) (OPTION_ELF_BASE): Renumber. (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling. (md_show_usage): Remove mention of -membedded-pic. * doc/as.texinfo: Remove mention of -membedded-pic.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 554eee7f3b..cee3fbfefe 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -353,7 +353,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}.
@emph{Target MIPS options:}
[@b{-nocpp}] [@b{-EL}] [@b{-EB}] [@b{-O}[@var{optimization level}]]
[@b{-g}[@var{debug level}]] [@b{-G} @var{num}] [@b{-KPIC}] [@b{-call_shared}]
- [@b{-non_shared}] [@b{-xgot}] [@b{--membedded-pic}]
+ [@b{-non_shared}] [@b{-xgot}]
[@b{-mabi}=@var{ABI}] [@b{-32}] [@b{-n32}] [@b{-64}] [@b{-mfp32}] [@b{-mgp32}]
[@b{-march}=@var{CPU}] [@b{-mtune}=@var{CPU}] [@b{-mips1}] [@b{-mips2}]
[@b{-mips3}] [@b{-mips4}] [@b{-mips5}] [@b{-mips32}] [@b{-mips32r2}]