[BACK]Return to cerror.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / arch / x86_64 / sys

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/x86_64/sys/cerror.S between version 1.4 and 1.4.2.1

version 1.4, 2011/11/18 20:17:46 version 1.4.2.1, 2012/02/27 20:22:59
Line 42 
Line 42 
 #include "SYS.h"  #include "SYS.h"
   
         .globl  _C_LABEL(__errno)          .globl  _C_LABEL(__errno)
         .hidden CERROR          .protected      CERROR
   
 _ENTRY(CERROR)  _ENTRY(CERROR)
         pushq   %r12          pushq   %r12

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

CVSweb <webmaster@jp.NetBSD.org>