Add ARC support
authorMischa Jonker <mjonker@synopsys.com>
Mon, 10 Jun 2013 14:19:33 +0000 (16:19 +0200)
committerMischa Jonker <mjonker@synopsys.com>
Fri, 14 Jun 2013 08:06:30 +0000 (10:06 +0200)
commitb082e15091961373c03d10ed0251f619ebb6ed76
treee905650623f1a869f53685cb1d0ac5c006f8b0e4
parentc3c40e0290377d7cf948b072eedd8317c4bf215e
Add ARC support

This adds support for the ARC architecture to libffi. DesignWare ARC
is a family of processors from Synopsys, Inc.

This patch has been tested on a little-endian system and passes
the testsuite.

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
ChangeLog
Makefile.am
README
configure.ac
src/arc/arcompact.S [new file with mode: 0644]
src/arc/ffi.c [new file with mode: 0644]
src/arc/ffitarget.h [new file with mode: 0644]