libffi: back-port support for ARC
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Thu, 1 May 2014 19:00:19 +0000 (22:00 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 29 May 2014 20:15:00 +0000 (22:15 +0200)
commit34c2afeb750fbbe92e4c00eaa374303bcf5e2584
tree6fa1761e57603c4600a6d8a4be8cbef5420b1efa
parentf18c33b4cc9c344c6ac8e28bfac5ae42befc8b1c
libffi: back-port support for ARC

Support for ARC CPUs was added in libffi after 3.0.13 vesion was cut and up
until now no new release has been done. So to enale libffi on ARC we need this
set of patches.

These are corrsponding commits in libffi:
 * b082e15091961373c03d10ed0251f619ebb6ed76 - Add ARC support
 * 0f8690a84c874ec09a090c8c6adfb93c594acac6 - Rebuild for ARC additions
 * d918d47809c174d62283306b282749f8db93661f - arc: Fix build error

The first patch was modified a bit (cut changelog part) to accomodate
changes not related to ARC between 3.0.14 and changes in question.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Misca Jonker <mjonker@synopsys.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libffi/libffi-arc-01-Add-ARC-support.patch [new file with mode: 0644]
package/libffi/libffi-arc-02-Rebuild-for-ARC-additions.patch [new file with mode: 0644]
package/libffi/libffi-arc-03-arc-Fix-build-error.patch [new file with mode: 0644]