mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
uClibc: fix syscall() for syscalls with 6 arguments on PowerPC
Patch from the uClibc master. Fixes the package fastd on PowerPC. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44694 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
10
toolchain/uClibc/patches-0.9.33.2/470-powerpc_syscall6.patch
Normal file
10
toolchain/uClibc/patches-0.9.33.2/470-powerpc_syscall6.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/libc/sysdeps/linux/powerpc/syscall.S
|
||||
+++ b/libc/sysdeps/linux/powerpc/syscall.S
|
||||
@@ -30,6 +30,7 @@ syscall:
|
||||
mr 5,6
|
||||
mr 6,7
|
||||
mr 7,8
|
||||
+ mr 8,9
|
||||
sc
|
||||
bnslr;
|
||||
|
||||
Reference in New Issue
Block a user