mips.opt (mcode-readable=): Move to keep list alphabetical.
gcc/ * config/mips/mips.opt (mcode-readable=): Move to keep list alphabetical. From-SVN: r128231
This commit is contained in:
parent
a318179e4e
commit
704aab3e3f
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -50,6 +50,10 @@ mcheck-zero-division
|
|||
Target Report Mask(CHECK_ZERO_DIV)
|
||||
Trap on integer divide by zero
|
||||
|
||||
mcode-readable=
|
||||
Target RejectNegative Joined
|
||||
-mcode-readable=SETTING Specify when instructions are allowed to access code
|
||||
|
||||
mdivide-breaks
|
||||
Target Report RejectNegative Mask(DIVIDE_BREAKS)
|
||||
Use branch-and-break sequences to check for integer divide by zero
|
||||
|
@ -244,10 +248,6 @@ msym32
|
|||
Target Report Var(TARGET_SYM32)
|
||||
Assume all symbols have 32-bit values
|
||||
|
||||
mcode-readable=
|
||||
Target RejectNegative Joined
|
||||
-mcode-readable=SETTING Specify when instructions are allowed to access code
|
||||
|
||||
mtune=
|
||||
Target RejectNegative Joined Var(mips_tune_string)
|
||||
-mtune=PROCESSOR Optimize the output for PROCESSOR
|
||||
|
|
Loading…
Add table
Reference in a new issue