svn commit: r264190 - head/contrib/compiler-rt/lib

Andrew Turner andrew at FreeBSD.org
Sun Apr 6 09:14:11 UTC 2014


Author: andrew
Date: Sun Apr  6 09:14:11 2014
New Revision: 264190
URL: http://svnweb.freebsd.org/changeset/base/264190

Log:
  Mark __fixdfdi/__aeabi_d2lz with COMPILER_RT_ABI so it uses the correct
  calling convention for __aeabi_* functions.

Modified:
  head/contrib/compiler-rt/lib/fixdfdi.c

Modified: head/contrib/compiler-rt/lib/fixdfdi.c
==============================================================================
--- head/contrib/compiler-rt/lib/fixdfdi.c	Sun Apr  6 06:18:43 2014	(r264189)
+++ head/contrib/compiler-rt/lib/fixdfdi.c	Sun Apr  6 09:14:11 2014	(r264190)
@@ -25,7 +25,7 @@
 
 ARM_EABI_FNALIAS(d2lz, fixdfdi)
 
-di_int
+COMPILER_RT_ABI di_int
 __fixdfdi(double a)
 {
     double_bits fb;


More information about the svn-src-head mailing list