~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/ce/ce672fb76fe28d3d95003496468df13c7faf9c91.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: armhf: Fix ffi_call_VFP with no VFP arguments.
 
2
 
 
3
--- a/src/libffi/src/arm/sysv.S
 
4
+++ b/src/libffi/src/arm/sysv.S
 
5
@@ -368,6 +368,7 @@ ARM_FUNC_START ffi_call_VFP
 
6
 
 
7
        @ Load VFP register args if needed
 
8
        cmp     r0, #0
 
9
+       mov     ip, fp
 
10
        beq     LSYM(Lbase_args)
 
11
 
 
12
        @ Load only d0 if possible