svn commit: r266361 - stable/10/contrib/compiler-rt/lib

Ian Lepore ian at FreeBSD.org
Sat May 17 21:35:27 UTC 2014


Author: ian
Date: Sat May 17 21:35:26 2014
New Revision: 266361
URL: http://svnweb.freebsd.org/changeset/base/266361

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

Modified:
  stable/10/contrib/compiler-rt/lib/fixdfdi.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/compiler-rt/lib/fixdfdi.c
==============================================================================
--- stable/10/contrib/compiler-rt/lib/fixdfdi.c	Sat May 17 21:31:58 2014	(r266360)
+++ stable/10/contrib/compiler-rt/lib/fixdfdi.c	Sat May 17 21:35:26 2014	(r266361)
@@ -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-stable-10 mailing list