[git commit] powerpc: syscall support up to 6 arguments
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Wed Jan 22 22:10:15 UTC 2014
commit: http://git.uclibc.org/uClibc/commit/?id=448909e2b07ea9a36fc6ed7e337c6536a34c4ae3
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
As reported by Kristof Provost.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
libc/sysdeps/linux/powerpc/syscall.S | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libc/sysdeps/linux/powerpc/syscall.S b/libc/sysdeps/linux/powerpc/syscall.S
index 3cb048a..248df69 100644
--- a/libc/sysdeps/linux/powerpc/syscall.S
+++ b/libc/sysdeps/linux/powerpc/syscall.S
@@ -29,6 +29,7 @@ syscall:
mr 5,6
mr 6,7
mr 7,8
+ mr 8,9
sc
bnslr;
More information about the uClibc-cvs
mailing list