Fix FT32 ChangeLogs

From-SVN: r224080
This commit is contained in:
Jeff Law 2015-06-03 07:39:45 -06:00
parent 12a87083e2
commit 368054069f
4 changed files with 17 additions and 6 deletions

View File

@ -20,12 +20,6 @@
2015-05-16 James Bowman <james.bowman@ftdichip.com>
* configure.ac: FT32 target added.
* libgcc/config.host: FT32 target added.
* gcc/config/ft32/: FT32 target added.
* libgcc/config/ft32/: FT32 target added.
* gcc/doc/install.texi, invoke.texi, md.texi: FT32 details added.
* gcc/doc/contrib.texi: self added.
* contrib/config-list.mk: FT32 target added.
* configure: Regenerated.
2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>

View File

@ -25,6 +25,10 @@
* check_GNU_style.sh: Improve readability function calls.
2015-05-16 James Bowman <james.bowman@ftdichip.com>
* config-list.mk: Add FT32.
2015-05-12 Tom de Vries <tom@codesourcery.com>
* check_GNU_style.sh (col): Fix tab size.

View File

@ -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

View File

@ -34,6 +34,11 @@
* Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
Remove useless endif/ifneq ($(enable_shared),yes) pair.
2015-05-16 James Bowman <james.bowman@ftdichip.com>
* config.host: FT32 target added.
* config/ft32/*: New files for FT32 target.
2015-05-15 Martin Galvan <martin.galvan@tallertechnologies.com>
* config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):