Re: [Qemu-devel] [PATCH v4 52/55] linux-user: Add signal.c for nanoMIPS

2018-07-25 Thread Aleksandar Markovic
> From: Aleksandar Markovic > Sent: Tuesday, July 24, 2018 7:32 PM > From: Dimitrije Nikolic > > Add signal.c as a dredirection of regular mips' signal.c, but also > amend regular mips' signal.c. this is done to avoid the duplication > of large pieces of code. dredirection of -> redirection to m

[Qemu-devel] [PATCH v4 52/55] linux-user: Add signal.c for nanoMIPS

2018-07-24 Thread Aleksandar Markovic
From: Dimitrije Nikolic Add signal.c as a dredirection of regular mips' signal.c, but also amend regular mips' signal.c. this is done to avoid the duplication of large pieces of code. Signed-off-by: Aleksandar Rikalo Signed-off-by: Aleksandar Markovic Signed-off-by: Stefan Markovic --- linux