aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-06-16 19:30:48 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2013-06-16 19:30:48 +0000
commit7424041386a03f1cfcc2c58ba750251db2df99b1 (patch)
tree2768b19525857a6d9c6216658702f20c9be59812 /gcc/ChangeLog
parentf038f5824b16392ce101d463aa0bebeee4d3f081 (diff)
downloadgcc-7424041386a03f1cfcc2c58ba750251db2df99b1.zip
gcc-7424041386a03f1cfcc2c58ba750251db2df99b1.tar.gz
gcc-7424041386a03f1cfcc2c58ba750251db2df99b1.tar.bz2
gcc/
* config.gcc (mips*-mti-linux*, mips64*-*-linux*, mipsisa64*-*-linux*) (mips*-*-linux*): Move default with_llsc setting to where other defaults are set. (mips*-*-vxworks*): Move with_arch default from with_cpu block to with_arch block. (mips64r5900-*-*, mips64r5900el-*-*, mipsr5900-*-*, mipsr5900el-*-*): Likewise. Remove default with_tune setting. Move default float setting to its own block. Handle with_llsc in the same block as above. From-SVN: r200139
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f6eee23..9f97845 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2013-06-16 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config.gcc (mips*-mti-linux*, mips64*-*-linux*, mipsisa64*-*-linux*)
+ (mips*-*-linux*): Move default with_llsc setting to where other
+ defaults are set.
+ (mips*-*-vxworks*): Move with_arch default from with_cpu block to
+ with_arch block.
+ (mips64r5900-*-*, mips64r5900el-*-*, mipsr5900-*-*, mipsr5900el-*-*):
+ Likewise. Remove default with_tune setting. Move default float
+ setting to its own block. Handle with_llsc in the same block as above.
+
2013-06-16 Joern Rennecke <joern.rennecke@embecosm.com>
PR rtl-optimization/57425