clarify the purpose of this project
[nyanglibc.git] / nptl / vars.s
blob435f720fed02e38eaf385b494a5eb985b616ab76
1 .text
2 .globl __pthread_keys
3 .bss
4 .align 32
5 .type __pthread_keys, @object
6 .size __pthread_keys, 16384
7 __pthread_keys:
8 .zero 16384
9 .comm __pthread_multiple_threads,4,4
10 .globl __default_pthread_attr_lock
11 .align 4
12 .type __default_pthread_attr_lock, @object
13 .size __default_pthread_attr_lock, 4
14 __default_pthread_attr_lock:
15 .zero 4
16 .comm __default_pthread_attr,56,32