diff options
Diffstat (limited to 'compiler-rt/lib/arm/negdf2vfp.S')
| -rw-r--r-- | compiler-rt/lib/arm/negdf2vfp.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/arm/negdf2vfp.S b/compiler-rt/lib/arm/negdf2vfp.S index bff2767bd36..9cbfc6a4d5c 100644 --- a/compiler-rt/lib/arm/negdf2vfp.S +++ b/compiler-rt/lib/arm/negdf2vfp.S @@ -15,7 +15,6 @@ // Returns the negation a double precision floating point numbers using the // Darwin calling convention where double arguments are passsed in GPR pairs. // - .globl ___negdf2vfp -___negdf2vfp: +DEFINE_COMPILERRT_FUNCTION(__negdf2vfp) eor r1, r1, #-2147483648 // flip sign bit on double in r0/r1 pair bx lr |

