diff options
author | Paul E. Murphy <murp@ibm.com> | 2021-01-08 15:43:54 -0600 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-01-12 13:21:09 -0800 |
commit | cfaaa6a1ca744c1a93fa08a3e7ab2a821383cac1 (patch) | |
tree | eabaaf501b9f494398078a5ea85c880de86cffd5 /gcc | |
parent | 5a9cfad2de92f2d65585774acb524b3fa17621b5 (diff) | |
download | gcc-cfaaa6a1ca744c1a93fa08a3e7ab2a821383cac1.zip gcc-cfaaa6a1ca744c1a93fa08a3e7ab2a821383cac1.tar.gz gcc-cfaaa6a1ca744c1a93fa08a3e7ab2a821383cac1.tar.bz2 |
syscall: ensure openat uses variadic libc wrapper
On powerpc64le, this caused a failure in TestUnshareUidGidMapping
due to stack corruption which resulted in a bogus execve syscall.
Use the existing c wrapper to ensure we respect the ppc abi for
variadic functions.
Fixes PR go/98610
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/282717
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 094b8fad..cd95c3d 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -a2578eb3983514641f0baf44d27d6474d3a96758 +255657dc8d61ab26121ca68f124412ef37599166 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |