On 07/24/2018 10:04 AM, Aleksandar Markovic wrote: > From: Aleksandar Markovic <[email protected]> > > Add ability to target platforms to individually include user-mode > support for system calls from "stat" group of system calls. > > This change is related to new nanoMIPS platform in the sense that > it supports a different set of "stat" system calls than any other > target. nanoMIPS does not support structures stat and stat64 at > all. Also, support for certain number of other system calls is > dropped in nanoMIPS (those are most of the time obsoleted system > calls). > > Without this patch, build for nanoMIPS would fail. > > Signed-off-by: Aleksandar Markovic <[email protected]> > Signed-off-by: Stefan Markovic <[email protected]> > Reviewed-by: Aleksandar Markovic <[email protected]> > --- > linux-user/strace.c | 14 +++++++++++++- > linux-user/syscall.c | 29 +++++++++++++++++++++++++++++ > 2 files changed, 42 insertions(+), 1 deletion(-)
Acked-by: Richard Henderson <[email protected]> r~
