Re: [PATCH v2] MIPS: tools: Show result for loongson3-llsc-check

2020-05-02 Thread Thomas Bogendoerfer
On Sat, May 02, 2020 at 11:55:01AM +0800, Tiezhu Yang wrote: > It is better to show the result before loongson3-llsc-check exit, > otherwise we can see nothing if the return status is EXIT_SUCCESS, > it seems confusing. > > E.g. without this patch: > > [loongson@localhost tools]$

Re: [PATCH v2] MIPS: tools: Show result for loongson3-llsc-check

2020-05-01 Thread Jiaxun Yang
于 2020年5月2日 GMT+08:00 上午11:55:01, Tiezhu Yang 写到: >It is better to show the result before loongson3-llsc-check exit, >otherwise we can see nothing if the return status is EXIT_SUCCESS, >it seems confusing. > >E.g. without this patch: > >[loongson@localhost tools]$ ./loongson3-llsc-check

[PATCH v2] MIPS: tools: Show result for loongson3-llsc-check

2020-05-01 Thread Tiezhu Yang
It is better to show the result before loongson3-llsc-check exit, otherwise we can see nothing if the return status is EXIT_SUCCESS, it seems confusing. E.g. without this patch: [loongson@localhost tools]$ ./loongson3-llsc-check ../../../vmlinux [loongson@localhost tools]$ With this patch: