clarify the purpose of this project
[nyanglibc.git] / csu / errno-loc.shared.s
blobf2c1934ba39365a761f76ebbd605dfbe328f3103
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .p2align 4,,15
8 .globl __GI___errno_location
9 .hidden __GI___errno_location
10 .type __GI___errno_location, @function
11 __GI___errno_location:
12 movq __libc_errno@gottpoff(%rip), %rax
13 addq %fs:0, %rax
14 ret
15 .size __GI___errno_location, .-__GI___errno_location
16 .globl __errno_location
17 .set __errno_location,__GI___errno_location