[BACK]Return to exect.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/Attic/exect.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 47  ENTRY(exect)
Line 47  ENTRY(exect)
         orb     $(PSL_T>>8),1(%rsp)          orb     $(PSL_T>>8),1(%rsp)
         popfq          popfq
         SYSTRAP(execve)          SYSTRAP(execve)
 #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>