ARM VFP fix for old toolchains

This commit is contained in:
Anthony Green
2012-03-30 00:40:18 -04:00
parent 7c5e60b5f4
commit e1539266e6
10 changed files with 6186 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2012-03-30 Chung-Lin Tang <cltang@codesourcery.com>
* src/arm/ffi.c (ffi_call): Add __ARM_EABI__ guard around call to
ffi_call_VFP().
(ffi_prep_closure_loc): Add __ARM_EABI__ guard around use of
ffi_closure_VFP.
* src/arm/sysv.S: Add __ARM_EABI__ guard around VFP code.
2012-03-21 Peter Rosin <peda@lysator.liu.se>
* testsuite/libffi.call/float_va.c (float_va_fn): Use %f when