Dmitry V. Levin 004e6b5b7a ia64: do not clobber r12 for raw syscalls
According to
https://sourceware.org/ml/libc-alpha/2018-12/msg00470.html
GCC mainline now gives errors for an asm that clobbers the stack
pointer.

According to
https://gcc.gnu.org/ml/gcc-patches/2018-12/msg00932.html>
GCC previously ignored such a clobber; thus, this patch removes it
from the clobbers for ia64 raw syscalls.

* linux/ia64/raw_syscall.h (raw_syscall_0): Remove "r12" from clobbers.
2018-12-17 17:30:24 +00:00
..
2018-10-24 07:48:56 +00:00
2018-10-24 07:48:56 +00:00
2018-04-04 12:24:19 +00:00
2018-03-06 23:52:08 +00:00
2018-11-27 01:13:40 +00:00