diff options
author | Richard Sandiford <rsandifo@nildram.co.uk> | 2007-09-20 20:01:34 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-09-20 20:01:34 +0000 |
commit | 1ec3b87bb2a787a5e2a50fb984dc3d48f08a4ec6 (patch) | |
tree | 8345d7279012b8f1544b4b9ab28e8b7ad850e573 /gcc/config/mips/mips.opt | |
parent | f25bf34f06bd8a1ada0928e402acbe984a199dbb (diff) | |
download | gcc-1ec3b87bb2a787a5e2a50fb984dc3d48f08a4ec6.zip gcc-1ec3b87bb2a787a5e2a50fb984dc3d48f08a4ec6.tar.gz gcc-1ec3b87bb2a787a5e2a50fb984dc3d48f08a4ec6.tar.bz2 |
configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure: Regenerate.
config/
* mt-mips-elfoabi: New file.
gcc/
* doc/invoke.texi (-minterlink-mips16): Document.
* config/mips/mips.opt (minterlink-mips16): New option.
* config/mips/mips.c (mips_function_ok_for_sibcall): Handle
-minterlink-mips16
From-SVN: r128625
Diffstat (limited to 'gcc/config/mips/mips.opt')
-rw-r--r-- | gcc/config/mips/mips.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index bbbc305..05aedda 100644 --- a/gcc/config/mips/mips.opt +++ b/gcc/config/mips/mips.opt @@ -164,6 +164,10 @@ mhard-float Target Report RejectNegative InverseMask(SOFT_FLOAT_ABI, HARD_FLOAT_ABI) Allow the use of hardware floating-point ABI and instructions +minterlink-mips16 +Target Report Var(TARGET_INTERLINK_MIPS16) Init(0) +Generate code that can be safely linked with MIPS16 code. + mips Target RejectNegative Joined -mipsN Generate code for ISA level N |