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>
This commit is contained in:
Mischa Jonker
2013-06-10 16:19:33 +02:00
parent c3c40e0290
commit b082e15091
7 changed files with 476 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2013-06-12 Mischa Jonker <mjonker@synopsys.com>
* configure.ac: Add support for ARC.
* Makefile.am: Likewise.
* README: Add ARC details.
* src/arc/arcompact.S: New.
* src/arc/ffi.c: Likewise.
* src/arc/ffitarget.h: Likewise.
2013-03-28 David Schneider <david.schneider@bivab.de>
* src/arm/ffi.c: Fix support for ARM hard-float calling convention.