Re: [Qemu-devel] [PATCHv2 2/8] tests: cris: fix syscall inline asm

2016-09-08 Thread Richard Henderson
On 09/08/2016 04:38 AM, Rabin Vincent wrote: > From: Rabin Vincent > > Add the appropriate register constraints for the inline asm for the > write and exit system calls. Without the correct constraints for the > write() function, correct failure messages are not printed succesfully > on newer ve

[Qemu-devel] [PATCHv2 2/8] tests: cris: fix syscall inline asm

2016-09-08 Thread Rabin Vincent
From: Rabin Vincent Add the appropriate register constraints for the inline asm for the write and exit system calls. Without the correct constraints for the write() function, correct failure messages are not printed succesfully on newer version of GCC. Signed-off-by: Rabin Vincent --- v2: rewo