]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.2.5/arm-asm-clobber.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.2.5 / arm-asm-clobber.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- glibc-2.2.5/sysdeps/unix/sysv/linux/arm/sysdep.h~arm-asm-clobber.patch      2004-09-03 19:00:33.000000000 -0500
7 +++ glibc-2.2.5/sysdeps/unix/sysv/linux/arm/sysdep.h    2004-09-03 19:01:07.000000000 -0500
8 @@ -131,7 +131,7 @@
9         asm volatile ("swi      %1      @ syscall " #name       \
10                      : "=r" (_a1)                               \
11                      : "i" (SYS_ify(name)) ASM_ARGS_##nr        \
12 -                    : "a1", "memory");                         \
13 +                    : "memory");                               \
14         _sys_result = _a1;                                      \
15       }                                                         \
16       if (_sys_result >= (unsigned int) -4095)                  \