commit | c9c084bce713e258721e12041a351ec8ad33ad17 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@wdc.com> | Fri Aug 28 16:05:56 2020 +0100 |
committer | Ian Lance Taylor <iant@golang.org> | Thu Oct 01 02:46:47 2020 +0000 |
tree | dc5e57b3595d0811e58f64dcc1dcdebf2df960bb | |
parent | 9e55baf44ab63ba06af0b57038e7b3aab8216222 [diff] |
libgo: add 32-bit RISC-V (RV32) support Add support for the 32-bit RISC-V (RV32) ISA matching the 64-bit RISC-V (RV64) port except for async preemption added as a stub only. Change-Id: I0aacceb7e85243cc0e422d55baf61e1b6185b998 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/251179 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Than McIntosh <thanm@google.com>