FT32 target added. Approved by Jeff Law [law@redhat.com]
commitb6616c9cfc63655130d3c4f8ef0225b2598e6925
authorjamesbowman <jamesbowman@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 May 2015 23:49:08 +0000 (16 23:49 +0000)
committerjamesbowman <jamesbowman@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 May 2015 23:49:08 +0000 (16 23:49 +0000)
tree5e4897f8e04c41bd78ca2cb6244476efaf07df39
parent5be0de387f3b5cf8b44e5e183d7d15c91054ca23
FT32 target added. Approved by Jeff Law [law@redhat.com]

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223261 138bc75d-0d04-0410-961f-82ee72b054a4
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]