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

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.h between version 1.10 and 1.11

version 1.10, 2007/11/23 07:36:05 version 1.11, 2011/11/18 20:43:01
Line 49 
Line 49 
         ENTRY(x);                                                       \          ENTRY(x);                                                       \
         SYSTRAP(y)          SYSTRAP(y)
   
 #ifdef PIC  
 #define _SYSCALL_ERR                                                    \  #define _SYSCALL_ERR                                                    \
         mov PIC_GOT(CERROR), %rcx;                                      \  
         jmp *%rcx  
 #else  
 #define _SYSCALL_ERR                                                    \  
         jmp CERROR          jmp CERROR
 #endif  
   
 #define _SYSCALL(x,y)                                                   \  #define _SYSCALL(x,y)                                                   \
         .text; _ALIGN_TEXT;                                             \          .text; _ALIGN_TEXT;                                             \

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>