Re: Linux powerpc new system call instruction and ABI
From: Tulio Magno Quites Machado Filho <hidden>
Date: 2021-05-19 12:48:45
Also in:
linuxppc-dev
From: Tulio Magno Quites Machado Filho <hidden>
Date: 2021-05-19 12:48:45
Also in:
linuxppc-dev
Nicholas Piggin via Libc-alpha [off-list ref] writes:
As a more hacky thing you could make a syscall with -1 and see how the error looks, and then assume all syscalls will be the same.
I'm not sure this would work. Even in glibc, it's expected that early syscalls will use sc while scv is used later in the execution. -- Tulio Magno