[BACK]Return to bcopy.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / common / lib / libc / arch / mips / string

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

Diff for /src/common/lib/libc/arch/mips/string/bcopy.S between version 1.1 and 1.2

version 1.1, 2005/12/21 00:25:56 version 1.2, 2005/12/27 11:23:53
Line 36 
Line 36 
   
   
 #include <mips/asm.h>  #include <mips/asm.h>
   #ifndef _LOCORE
 #define _LOCORE         /* XXX not really, just assembly-code source */  #define _LOCORE         /* XXX not really, just assembly-code source */
   #endif
 #include <machine/endian.h>  #include <machine/endian.h>
   
   

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

CVSweb <webmaster@jp.NetBSD.org>