[BACK]Return to brk.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/brk.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 68  ENTRY(_brk)
Line 68  ENTRY(_brk)
         xorl    %eax,%eax          xorl    %eax,%eax
         ret          ret
 err:  err:
         movq    PIC_GOT(CERROR),%rdx          jmp     CERROR
         jmp     *%rdx  
 #else  #else
         cmpq    %rdi,_C_LABEL(__minbrk)(%rip)          cmpq    %rdi,_C_LABEL(__minbrk)(%rip)
         jb      1f          jb      1f

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

CVSweb <webmaster@jp.NetBSD.org>