mips.h (MASK_UNUSED1): Remove.
authorRichard Sandiford <rsandifo@redhat.com>
Wed, 3 Sep 2003 06:50:59 +0000 (06:50 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 3 Sep 2003 06:50:59 +0000 (06:50 +0000)
commitee69241016a9700eb663e5ccfadc3c11468711d7
tree0e5894a5d24e146a960339ce9524f8657df37e7c
parent49fa066178b3a5956bb9a05bfab59b90aa95d99d
mips.h (MASK_UNUSED1): Remove.

* config/mips/mips.h (MASK_UNUSED1): Remove.
(MASK_XGOT, TARGET_XGOT): Define.
(TARGET_SWITCHES): Add an entry for -mxgot.
(ASM_SPEC): Map -mxgot to -xgot.
* config/mips/mips.c (mips_symbol_insns): Use TARGET_XGOT to decide
whether we're using a big-GOT sequences.
(mips_legitimize_const_move, mips_expand_call): Likewise.
(override_options): Revert 2003-01-09 change.
* doc/invoke.texi: Document -mxgot.

From-SVN: r71018
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/doc/invoke.texi