diff options
author | Richard Sandiford <richard@codesourcery.com> | 2007-09-07 07:48:04 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-09-07 07:48:04 +0000 |
commit | 704aab3e3fa5514458136706d50e6a67e534364b (patch) | |
tree | ccdc8f14fd3dd8c64cc2ce90c7ac6fbdfc9c4fc3 /gcc | |
parent | a318179e4ee3ba7c85fa9d9a7e29c44de86fa8ae (diff) | |
download | gcc-704aab3e3fa5514458136706d50e6a67e534364b.zip gcc-704aab3e3fa5514458136706d50e6a67e534364b.tar.gz gcc-704aab3e3fa5514458136706d50e6a67e534364b.tar.bz2 |
mips.opt (mcode-readable=): Move to keep list alphabetical.
gcc/
* config/mips/mips.opt (mcode-readable=): Move to keep list
alphabetical.
From-SVN: r128231
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/mips.opt | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78b0a9a..ab560c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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 and -mgpopt options. Adjust the -G documentation to match. * config/mips/mips.opt (mextern-data, mgpopt, mlocal-data): New. diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index 80fd108..be00ee5 100644 --- a/gcc/config/mips/mips.opt +++ b/gcc/config/mips/mips.opt @@ -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 |