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

version 1.2, 2003/08/07 16:42:37 version 1.3, 2011/11/18 20:43:01
Line 54  ENTRY(ptrace)
Line 54  ENTRY(ptrace)
         jc      err          jc      err
         ret          ret
 err:  err:
 #ifdef PIC  
         movq    PIC_GOT(CERROR), %rcx  
         jmp     *%rcx  
 #else  
         jmp     CERROR          jmp     CERROR
 #endif  

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

CVSweb <webmaster@jp.NetBSD.org>