diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-03-01 14:21:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-03-01 14:21:24 +0000 |
commit | 337f1caed6378294b8fe97347dbb0a5e6651a71b (patch) | |
tree | 945f05bdcac9f3317a9d0861b704cf221c60cc64 /gcc/go | |
parent | 1259cb6d0034f36cce26ca8fd3d22d40bafce04a (diff) | |
download | gcc-337f1caed6378294b8fe97347dbb0a5e6651a71b.zip gcc-337f1caed6378294b8fe97347dbb0a5e6651a71b.tar.gz gcc-337f1caed6378294b8fe97347dbb0a5e6651a71b.tar.bz2 |
runtime: call execname and getpagesize on Solaris
Interpreting auxv as []uintptr is incorrect on 64-bit big-endian,
as auxv alternates a 32-bit int with a 64-bit pointer.
Patch from Rainer Orth.
Reviewed-on: https://go-review.googlesource.com/c/164739
From-SVN: r269315
Diffstat (limited to 'gcc/go')
-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 4fffb51..43c8b6b 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -d5e4595784fb744f5fa0e0f90e77de9b5448b793 +805c82cc141c593ea2f27d8614ecd204e2b5e76e The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |