aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/config/mips/mips.opt
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-04-26 12:56:39 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-04-26 12:56:39 +0800
commit6e6510c702f12bc6320681075cc0ba8dc2c814a7 (patch)
tree35f3b59aa003a1ddb2dbd0b2fac2365e5011f817 /gcc-4.6/gcc/config/mips/mips.opt
parent4d986177b7a40bd4d1b3b49a33adc90da13cc017 (diff)
downloadtoolchain_gcc-6e6510c702f12bc6320681075cc0ba8dc2c814a7.tar.gz
toolchain_gcc-6e6510c702f12bc6320681075cc0ba8dc2c814a7.tar.bz2
toolchain_gcc-6e6510c702f12bc6320681075cc0ba8dc2c814a7.zip
Add new GCC/MIPS option -mldc1-sdc1
ldc1/sdc1 needs memory to be 8-byte aligned. This option is on by default for arch supports it, but can be turned off by "-mno-ldc1-sdc1" to workaround issue, for example. Change-Id: I14291dc4280e75f6c765c933b60eb1b7cd44f974
Diffstat (limited to 'gcc-4.6/gcc/config/mips/mips.opt')
-rw-r--r--gcc-4.6/gcc/config/mips/mips.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.6/gcc/config/mips/mips.opt b/gcc-4.6/gcc/config/mips/mips.opt
index 20b0b6cde..4be40b1d6 100644
--- a/gcc-4.6/gcc/config/mips/mips.opt
+++ b/gcc-4.6/gcc/config/mips/mips.opt
@@ -194,6 +194,10 @@ mips3d
Target Report RejectNegative Mask(MIPS3D)
Use MIPS-3D instructions
+mldc1-sdc1
+Target Report Var(TARGET_LDC1_SDC1) Init(1)
+Use ldc1 and sdc1 instruction
+
mllsc
Target Report Mask(LLSC)
Use ll, sc and sync instructions