* __error in cprt0.as

git-svn-id: trunk@29477 -
This commit is contained in:
marco 2015-01-15 20:40:33 +00:00
parent c9f73354af
commit bc35a48d65

View File

@ -120,6 +120,22 @@ _start:
call exit
.LFE5:
.size _start, .-_start
.weak __error
.type __error, @function
__error:
.LFB9:
pushq %rbp
movq %rsp, %rbp
movq %fs:0, %rdx
movq errno@gottpoff(%rip), %rax
addq %rdx, %rax
popq %rbp
ret
.LFE9:
.size __error, .-__error
.bss
.type __stkptr,@object
.size __stkptr,8