[BACK]Return to mips-gcc.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / arch / mips / 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/arch/mips/softfloat/mips-gcc.h between version 1.4 and 1.5

version 1.4, 2011/02/25 11:55:28 version 1.5, 2011/06/27 06:40:26
Line 90  what the endianness of the CPU.  VFP is 
Line 90  what the endianness of the CPU.  VFP is 
 -------------------------------------------------------------------------------  -------------------------------------------------------------------------------
 */  */
 #if defined(SOFTFLOAT_FOR_GCC)  #if defined(SOFTFLOAT_FOR_GCC)
 #if defined(__MIPSEB__)  
 #define FLOAT64_DEMANGLE(a)     (a)  #define FLOAT64_DEMANGLE(a)     (a)
 #define FLOAT64_MANGLE(a)       (a)  #define FLOAT64_MANGLE(a)       (a)
 #else  
 #define FLOAT64_DEMANGLE(a)     (((a) << 32) | ((a) >> 32))  
 #define FLOAT64_MANGLE(a)       FLOAT64_DEMANGLE(a)  
 #endif  
 #endif  #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>