FT32 target added. Approved by Jeff Law [law@redhat.com]
authorJames Bowman <james.bowman@ftdichip.com>
Sat, 16 May 2015 23:49:08 +0000 (23:49 +0000)
committerJames Bowman <jamesbowman@gcc.gnu.org>
Sat, 16 May 2015 23:49:08 +0000 (23:49 +0000)
commitfef939d6a96bde0f924152e6b9e22701c28f8880
tree5e4897f8e04c41bd78ca2cb6244476efaf07df39
parent9261aa4364af939b3fd91f20bf20c8e329434600
FT32 target added. Approved by Jeff Law [law@redhat.com]

From-SVN: r223261
26 files changed:
ChangeLog
configure
configure.ac
contrib/config-list.mk
gcc/config.gcc
gcc/config/ft32/constraints.md [new file with mode: 0644]
gcc/config/ft32/ft32-protos.h [new file with mode: 0644]
gcc/config/ft32/ft32.c [new file with mode: 0644]
gcc/config/ft32/ft32.h [new file with mode: 0644]
gcc/config/ft32/ft32.md [new file with mode: 0644]
gcc/config/ft32/ft32.opt [new file with mode: 0644]
gcc/config/ft32/predicates.md [new file with mode: 0644]
gcc/config/ft32/t-ft32 [new file with mode: 0644]
gcc/doc/contrib.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/md.texi
libgcc/config.host
libgcc/config/ft32/crti-hw.S [new file with mode: 0644]
libgcc/config/ft32/crti.S [new file with mode: 0644]
libgcc/config/ft32/crtn.S [new file with mode: 0644]
libgcc/config/ft32/epilog.S [new file with mode: 0644]
libgcc/config/ft32/lib1funcs.S [new file with mode: 0644]
libgcc/config/ft32/prolog.S [new file with mode: 0644]
libgcc/config/ft32/sfp-machine.h [new file with mode: 0644]
libgcc/config/ft32/t-ft32 [new file with mode: 0644]