]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/crtn.S
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / i386 / crtn.S
index 19125048729331dc034b485f864c549f36585229..7661fb4624e8b543f34a4e81efbb123f30a736df 100644 (file)
@@ -1,22 +1,28 @@
 .file "initfini.c"
 
+/* Adam: Fixed binutils >= 2.21 issue, pull upstream later when available */
+
 .section .init
 .global _init
 .type   _init,%function
+.L1:
        popl    %ebx
        popl    %ebp
        ret
-.size _init,.-_init
+.size .L1,.-.L1
+//.size _init,.-_init
 
 
 
 .section .fini
 .global _fini
 .type   _fini,%function
+.L2:
        popl    %ebx
        popl    %ebp
        ret
-.size _fini,.-_fini
+.size .L2,.-.L2
+//.size _fini,.-_fini