Commit 704aab3e by Richard Sandiford Committed by Richard Sandiford

mips.opt (mcode-readable=): Move to keep list alphabetical.

gcc/
	* config/mips/mips.opt (mcode-readable=): Move to keep list
	alphabetical.

From-SVN: r128231
parent a318179e
2007-09-07 Richard Sandiford <richard@codesourcery.com> 2007-09-07 Richard Sandiford <richard@codesourcery.com>
* config/mips/mips.opt (mcode-readable=): Move to keep list
alphabetical.
2007-09-07 Richard Sandiford <richard@codesourcery.com>
* doc/invoke.texi: Document the MIPS -mlocal-sdata, -mextern-sdata * doc/invoke.texi: Document the MIPS -mlocal-sdata, -mextern-sdata
and -mgpopt options. Adjust the -G documentation to match. and -mgpopt options. Adjust the -G documentation to match.
* config/mips/mips.opt (mextern-data, mgpopt, mlocal-data): New. * config/mips/mips.opt (mextern-data, mgpopt, mlocal-data): New.
...@@ -50,6 +50,10 @@ mcheck-zero-division ...@@ -50,6 +50,10 @@ mcheck-zero-division
Target Report Mask(CHECK_ZERO_DIV) Target Report Mask(CHECK_ZERO_DIV)
Trap on integer divide by zero Trap on integer divide by zero
mcode-readable=
Target RejectNegative Joined
-mcode-readable=SETTING Specify when instructions are allowed to access code
mdivide-breaks mdivide-breaks
Target Report RejectNegative Mask(DIVIDE_BREAKS) Target Report RejectNegative Mask(DIVIDE_BREAKS)
Use branch-and-break sequences to check for integer divide by zero Use branch-and-break sequences to check for integer divide by zero
...@@ -244,10 +248,6 @@ msym32 ...@@ -244,10 +248,6 @@ msym32
Target Report Var(TARGET_SYM32) Target Report Var(TARGET_SYM32)
Assume all symbols have 32-bit values Assume all symbols have 32-bit values
mcode-readable=
Target RejectNegative Joined
-mcode-readable=SETTING Specify when instructions are allowed to access code
mtune= mtune=
Target RejectNegative Joined Var(mips_tune_string) Target RejectNegative Joined Var(mips_tune_string)
-mtune=PROCESSOR Optimize the output for PROCESSOR -mtune=PROCESSOR Optimize the output for PROCESSOR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment