On 09/08/2016 04:38 AM, Rabin Vincent wrote: > From: Rabin Vincent <rab...@axis.com> > > 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 <rab...@axis.com> > --- > v2: reworked to set up arguments correctly > > tests/tcg/cris/sys.c | 26 +++++++++++++++++--------- > 1 file changed, 17 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~