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

version 1.3, 2008/07/02 20:07:43 version 1.4, 2011/11/18 20:43:01
Line 67  ENTRY(_sbrk)
Line 67  ENTRY(_sbrk)
 out:  out:
         ret          ret
 err:  err:
         mov     PIC_GOT(CERROR),%rdx          jmp     CERROR
         jmp     *%rdx  
 #else  #else
         movq    CURBRK(%rip),%rax          movq    CURBRK(%rip),%rax
         test    %rdi,%rdi          test    %rdi,%rdi

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

CVSweb <webmaster@jp.NetBSD.org>