clarify the purpose of this project
[nyanglibc.git] / intl / gettext.s
blobda76f6b6999b7ba67c838d9c1835425c261f76b3
1 .text
2 .p2align 4,,15
3 .globl __gettext
4 .type __gettext, @function
5 __gettext:
6 movq %rdi, %rsi
7 movl $5, %edx
8 xorl %edi, %edi
9 jmp __dcgettext
10 .size __gettext, .-__gettext
11 .weak gettext
12 .set gettext,__gettext
13 .hidden __dcgettext