aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2012-09-10 17:28:20 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2012-09-10 17:28:20 +0000
commit965c17988d6d4d0e8e943e087698bff6f9318a4a (patch)
treea29c811a4735ed2125bf8c920df9f87aeb70d2ec /gcc/ChangeLog
parent320e29d7e525e243d48c89679ba11c115e3e577c (diff)
downloadgcc-965c17988d6d4d0e8e943e087698bff6f9318a4a.zip
gcc-965c17988d6d4d0e8e943e087698bff6f9318a4a.tar.gz
gcc-965c17988d6d4d0e8e943e087698bff6f9318a4a.tar.bz2
config.gcc: Add mips*-mti-linux* target Handle with_synci like other options.
2012-09-10 Steve Ellcey <sellcey@mips.com> * config.gcc: Add mips*-mti-linux* target Handle with_synci like other options. * config/mips/gnu-user64.h (LINUX64_DRIVER_SELF_SPECS): New. (DRIVER_SELF_SPECS): Define in terms of LINUX64_DRIVER_SELF_SPECS. * config/mips/mips.h (MIPS_ISA_SYNCI_SPEC): New. * config/mips/mti-linux.h: New file. * config/mips/t-mti-linux: New file. From-SVN: r191155
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c550f8b..3abb393 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2012-09-10 Steve Ellcey <sellcey@mips.com>
+
+ * config.gcc: Add mips*-mti-linux* target
+ Handle with_synci like other options.
+ * config/mips/gnu-user64.h (LINUX64_DRIVER_SELF_SPECS): New.
+ (DRIVER_SELF_SPECS): Define in terms of LINUX64_DRIVER_SELF_SPECS.
+ * config/mips/mips.h (MIPS_ISA_SYNCI_SPEC): New.
+ * config/mips/mti-linux.h: New file.
+ * config/mips/t-mti-linux: New file.
+
2012-09-10 Marc Glisse <marc.glisse@inria.fr>
* tree-ssa-forwprop.c (simplify_permutation): Handle CONSTRUCTOR.