aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2015-06-03 07:39:45 -0600
committerJeff Law <law@gcc.gnu.org>2015-06-03 07:39:45 -0600
commit368054069fadd814a2d36d1614a393982019ed9b (patch)
treeac5091045def79b022c04e60d07489a23086c815 /gcc
parent12a87083e2446f210bc79abfe9dbcbe2d2de8a79 (diff)
downloadgcc-368054069fadd814a2d36d1614a393982019ed9b.zip
gcc-368054069fadd814a2d36d1614a393982019ed9b.tar.gz
gcc-368054069fadd814a2d36d1614a393982019ed9b.tar.bz2
Fix FT32 ChangeLogs
From-SVN: r224080
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d9266df..044dc01 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2866,6 +2866,14 @@
replacements in memory addresses.
(get_unaligned_address): Ditto.
+2015-05-16 James Bowman <james.bowman@ftdichip.com>
+
+ * config/ft32/*: New files for FT32 port.
+ * doc/install.texi: Add FT32 information.
+ * doc/invoke.texi: Add FT32 information.
+ * doc/md.texi: Add FT32 information.
+ * doc/contrib.texi: Self added.
+
2015-05-15 Marc Glisse <marc.glisse@inria.fr>
PR tree-optimization/64454