![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.4, 2011/11/18 20:43:01 | version 1.5, 2013/09/12 15:36:16 | ||
---|---|---|---|
|
|
||
.text | .text | ||
ENTRY(_brk) | ENTRY(_brk) | ||
#ifdef PIC | #ifdef __PIC__ | ||
movq PIC_GOT(_C_LABEL(__minbrk)),%rdx | movq PIC_GOT(_C_LABEL(__minbrk)),%rdx | ||
cmpq %rdi,(%rdx) | cmpq %rdi,(%rdx) | ||
jb 1f | jb 1f |