gcc/libgo/testsuite
Ian Lance Taylor cf17256105 libgo: use POSIX shell arithmetic expansion
Avoid bash-specific ((expression)) syntax.  As the bash syntax
converts a non-zero value to a zero status (and a zero value to a 1
status), and POSIX arithmetic expansion does not, we have to negate
the result.

Based on patch by Sören Tempel.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/419154
2022-07-22 11:57:18 -07:00
..
config
lib libgo: fix DejaGNU testsuite compiler when using build sysroot 2019-11-11 23:28:54 +00:00
libgo.testmain testmain.exp: link against GOLIBS 2019-11-15 21:14:29 +00:00
gotest libgo: use POSIX shell arithmetic expansion 2022-07-22 11:57:18 -07:00
libgo-test-support.exp.in libgo: fix DejaGNU testsuite compiler when using build sysroot 2019-11-11 23:28:54 +00:00
Makefile.am libgo: fix DejaGNU testsuite compiler when using build sysroot 2019-11-11 23:28:54 +00:00
Makefile.in runtime: call timer functions via syscall 2022-02-13 11:03:45 -08:00