diff options
Diffstat (limited to 'toolchain/uClibc/patches-0.9.33.2/470-powerpc_syscall6.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.33.2/470-powerpc_syscall6.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/uClibc/patches-0.9.33.2/470-powerpc_syscall6.patch b/toolchain/uClibc/patches-0.9.33.2/470-powerpc_syscall6.patch deleted file mode 100644 index 9511dcc199..0000000000 --- a/toolchain/uClibc/patches-0.9.33.2/470-powerpc_syscall6.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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; - |