diff options
author | Ian Lance Taylor <iant@golang.org> | 2022-03-31 13:05:37 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-03-31 13:26:13 -0700 |
commit | 0abc1cbad1687a887d754917927b6023e4dba3ce (patch) | |
tree | cca493c0b5be2d593d79df869ed7d405d6e7305d /gcc | |
parent | 58d78650da3c6e4830b8350f4e6cbe87dc893c9f (diff) | |
download | gcc-0abc1cbad1687a887d754917927b6023e4dba3ce.zip gcc-0abc1cbad1687a887d754917927b6023e4dba3ce.tar.gz gcc-0abc1cbad1687a887d754917927b6023e4dba3ce.tar.bz2 |
runtime: support PPC32 MUSL register access
Based on patch by Sören Tempel.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/397394
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 afaccb0..f93eaf4 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -7f33baa09a8172bb2c5f1ca0435d9efe3e194c9b +45108f37070afb696b069768700e39a269f1fecb The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |