]> git.pld-linux.org Git - packages/uClibc.git/blame - uClibc-nosize.patch
- updated to 0.9.32
[packages/uClibc.git] / uClibc-nosize.patch
CommitLineData
cefdec78
AM
1--- uClibc-0.9.30.3/libc/sysdeps/linux/i386/crtn.S~ 2010-03-12 20:32:42.000000000 +0100
2+++ uClibc-0.9.30.3/libc/sysdeps/linux/i386/crtn.S 2011-05-27 22:21:25.932407849 +0200
3@@ -6,7 +6,6 @@
4 popl %ebx
5 popl %ebp
6 ret
7-.size _init,.-_init
8
9
10
11@@ -16,7 +15,6 @@
12 popl %ebx
13 popl %ebp
14 ret
15-.size _fini,.-_fini
16
17
18
19--- uClibc-0.9.30.3/libc/sysdeps/linux/x86_64/crtn.S~ 2010-03-12 20:32:42.000000000 +0100
20+++ uClibc-0.9.30.3/libc/sysdeps/linux/x86_64/crtn.S 2011-05-27 22:21:50.250189687 +0200
21@@ -7,7 +7,6 @@
22 .type _init, %function
23 addq $8, %rsp
24 ret
25-.size _init,.-_init
26
27
28 .section .fini
29@@ -15,4 +14,3 @@
30 .type _fini, %function
31 addq $8, %rsp
32 ret
33-.size _fini, .-_fini
This page took 0.065671 seconds and 4 git commands to generate.