genode/base-foc/patches/crtn_arm_binutils_2.21.1.patch
2011-12-22 16:19:25 +01:00

22 lines
554 B
Diff

Index: uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/crtn.S
===================================================================
--- l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/crtn.S (revision 36)
+++ l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/crtn.S (working copy)
@@ -16,6 +16,7 @@
#else
.align 2
.arm
+ .L1:
ldmdb fp, {r4, r5, r6, r7, r8, r9, sl, fp, sp, pc}
#endif
.size .L1, .-.L1
@@ -32,6 +33,7 @@
#else
.align 2
.arm
+ .L2:
ldmdb fp, {r4, r5, r6, r7, r8, r9, sl, fp, sp, pc}
#endif
.size .L2,.-.L2