Some broken software wants to deal with ld.so.cache.
[nyanglibc.git] / nptl / pthread_attr_setstacksize.shared.s
blob9a74948723b7b10b4f8b8baa5ad2ae7eeb7ce007
1 .text
2 .p2align 4,,15
3 .globl __pthread_attr_setstacksize
4 .type __pthread_attr_setstacksize, @function
5 __pthread_attr_setstacksize:
6 cmpq $16383, %rsi
7 movl $22, %eax
8 jbe .L1
9 movq %rsi, 32(%rdi)
10 xorl %eax, %eax
11 .L1:
12 rep ret
13 .size __pthread_attr_setstacksize, .-__pthread_attr_setstacksize
14 .globl pthread_attr_setstacksize
15 .set pthread_attr_setstacksize,__pthread_attr_setstacksize