[BACK]Return to __vfork14.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/__vfork14.S between version 1.3 and 1.4

version 1.3, 2003/08/07 16:42:37 version 1.4, 2011/11/18 20:43:01
Line 57  ENTRY(__vfork14)
Line 57  ENTRY(__vfork14)
         jmp     *%r9          jmp     *%r9
 err:  err:
         pushq   %r9          pushq   %r9
 #ifdef PIC  
         movq    PIC_GOT(CERROR), %rcx  
         jmp     *%rcx  
 #else  
         jmp     CERROR          jmp     CERROR
 #endif  

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

CVSweb <webmaster@jp.NetBSD.org>