[BACK]Return to softfloat-for-gcc.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / softfloat

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/softfloat/softfloat-for-gcc.h between version 1.11 and 1.12

version 1.11, 2013/08/01 22:18:50 version 1.12, 2013/08/01 23:21:19
Line 169 
Line 169 
 #endif  #endif
   
 #ifdef __ARM_EABI__  #ifdef __ARM_EABI__
   #ifdef __ARM_PCS_VFP
 #include <arm/aeabi.h>  #include <arm/aeabi.h>
   #endif
 #define __addsf3                        __aeabi_fadd  #define __addsf3                        __aeabi_fadd
 #define __adddf3                        __aeabi_dadd  #define __adddf3                        __aeabi_dadd
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>