diff options
author | Ian Lance Taylor <iant@golang.org> | 2022-04-20 14:22:41 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-04-20 17:49:44 -0700 |
commit | 6a4e9934545c112eef5eb7248636baa96cbfd2c0 (patch) | |
tree | d1f45d113d8546f8a34f19d6b205793020189644 /gcc/go/gofrontend | |
parent | 29a25a6038331f33175990a85a844c20babceb0e (diff) | |
download | gcc-6a4e9934545c112eef5eb7248636baa96cbfd2c0.zip gcc-6a4e9934545c112eef5eb7248636baa96cbfd2c0.tar.gz gcc-6a4e9934545c112eef5eb7248636baa96cbfd2c0.tar.bz2 |
runtime: use correct field name for PPC32 GLIBC registers
One of these days we will get this right.
Fixes PR go/105315
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/401374
Diffstat (limited to 'gcc/go/gofrontend')
-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 6323871..ef20a0a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -99ca6be406a5781be078ff23f45a72b4c84b16e3 +70ca85f08edf63f46c87d540fa99c45e2903edc2 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |