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

version 1.1, 2000/06/06 17:28:42 version 1.2, 2005/12/24 21:11:16
Line 83  a compiler does not support explicit inl
Line 83  a compiler does not support explicit inl
 to be `static'.  to be `static'.
 -------------------------------------------------------------------------------  -------------------------------------------------------------------------------
 */  */
 #define INLINE static __inline  #define INLINE static inline
   
 #define FLOAT64_DEMANGLE(a)     (a)  #define FLOAT64_DEMANGLE(a)     (a)
 #define FLOAT64_MANGLE(a)       (a)  #define FLOAT64_MANGLE(a)       (a)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>