ia64, mips, x86_64: remove no longer used parsers of sigreturn syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 13 Mar 2017 01:58:39 +0000 (01:58 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 13 Mar 2017 15:22:51 +0000 (15:22 +0000)
commit8e1ebd868f23ca8d8419b38b4724308fc209fff0
treee6b1902c1f68d1b72934c050128e5b711d6d1856
parenta3d941a86387e88809e2bf766560178c0a632515
ia64, mips, x86_64: remove no longer used parsers of sigreturn syscalls

As there is no sigreturn syscall on ia64, mips n32, mips n64, x32,
and x86_64, no longer used parsers could be safely removed.

* linux/ia64/arch_sigreturn.c: Remove.
* Makefile.am (EXTRA_DIST): Remove it.
* linux/mips/arch_sigreturn.c (arch_sigreturn): Remove [!LINUX_MIPSO32].
* linux/x86_64/arch_sigreturn.c (arch_sigreturn): Remove.
Makefile.am
linux/ia64/arch_sigreturn.c [deleted file]
linux/mips/arch_sigreturn.c
linux/x86_64/arch_sigreturn.c