clarify the purpose of this project
[nyanglibc.git] / nptl / version.shared.s
blob9aab0d05f81a92c858b4f0eeb872ed5dbf145d8e
1 .text
2 .p2align 4,,15
3 .globl __nptl_main
4 .type __nptl_main, @function
5 __nptl_main:
6 leaq banner(%rip), %rsi
7 movl $1, %edi
8 subq $8, %rsp
9 movl $261, %edx
10 call __libc_write@PLT
11 xorl %edi, %edi
12 call _exit@PLT
13 .size __nptl_main, .-__nptl_main
14 .section .rodata.str1.32,"aMS",@progbits,1
15 .align 32
16 .type banner, @object
17 .size banner, 262
18 banner:
19 .ascii "Nativ"
20 .string "e POSIX Threads Library\nCopyright (C) 2021 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions.\nThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.\nForced unwind support included.\n"