diff options
author | Maciej W. Rozycki <macro@wdc.com> | 2020-08-28 16:05:56 +0100 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-09-30 19:47:48 -0700 |
commit | 2c5499b57cf4a68ebc8decce90d3eb1e281c31a9 (patch) | |
tree | a53f1214796df28a6c081cdcd556c5bdd1bda5c9 /gcc | |
parent | 2dd7b93778d551b6981c8086ecb38e26f677bd2b (diff) | |
download | gcc-2c5499b57cf4a68ebc8decce90d3eb1e281c31a9.zip gcc-2c5499b57cf4a68ebc8decce90d3eb1e281c31a9.tar.gz gcc-2c5499b57cf4a68ebc8decce90d3eb1e281c31a9.tar.bz2 |
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.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/251179
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 314ffd2..8d9fda5 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -9e55baf44ab63ba06af0b57038e7b3aab8216222 +c9c084bce713e258721e12041a351ec8ad33ad17 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |