* config/mips/mips.h (MASK_UNUSED1): Remove.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 2003 06:50:59 +0000 (06:50 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 2003 06:50:59 +0000 (06:50 +0000)
commit9f73332770e543261e0460a75202e0b9ef9395bb
tree0e5894a5d24e146a960339ce9524f8657df37e7c
parent6497879d24be3bf585786e14f0fa9144f5883b44
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71018 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/doc/invoke.texi