or1k: Use new common syscall() implementation
commit6237a836c8c9df96a185dd59522c05c33ea2b622
authorStafford Horne <shorne@gmail.com>
Thu, 14 Dec 2017 06:29:07 +0000 (14 15:29 +0900)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Mon, 15 Jan 2018 20:01:19 +0000 (15 20:01 +0000)
tree4e2bab1b795bbaf9db7f48af860bbb400b66ee0e
parentc55cb0c0bcf04c7ad1f6f48d914850f516bd106c
or1k: Use new common syscall() implementation

Now that the common syscall implementation supports vararg calling
conventions we can safely use it on OpenRISC.

This saves a bit of code in the openrisc implementation.

Signed-off-by: Stafford Horne <shorne@gmail.com>
libc/sysdeps/linux/or1k/Makefile.arch
libc/sysdeps/linux/or1k/syscall.c [deleted file]