clarify the purpose of this project
[nyanglibc.git] / libio / stdio.s
blobe021333d9427241e50a25c4054b669e30b0f26b5
1 .text
2 .globl stderr
3 .section .data.rel,"aw",@progbits
4 .align 8
5 .type stderr, @object
6 .size stderr, 8
7 stderr:
8 .quad _IO_2_1_stderr_
9 .globl stdout
10 .align 8
11 .type stdout, @object
12 .size stdout, 8
13 stdout:
14 .quad _IO_2_1_stdout_
15 .globl stdin
16 .align 8
17 .type stdin, @object
18 .size stdin, 8
19 stdin:
20 .quad _IO_2_1_stdin_