diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-10-01 20:17:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-10-01 20:17:11 +0000 |
commit | 44ef03008c75059368245eb3dcd6054bed3f7643 (patch) | |
tree | b5bbe87fcb0616ef9758a0ce62e988d331f879cb /gcc | |
parent | 1b28253347dedba72abaf81e86b1812863d07a11 (diff) | |
download | gcc-44ef03008c75059368245eb3dcd6054bed3f7643.zip gcc-44ef03008c75059368245eb3dcd6054bed3f7643.tar.gz gcc-44ef03008c75059368245eb3dcd6054bed3f7643.tar.bz2 |
libgo: support x32 as GOARCH=amd64p32 GOOS=linux
This is enough to let libgo build when configured using
--with-multilib-list=m64,m32,mx32. I don't have an x32-enabled kernel
so I haven't tested whether it executes correctly.
For https://gcc.gnu.org/PR87470
Reviewed-on: https://go-review.googlesource.com/138817
From-SVN: r264772
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 69dd8b7..6ad2146 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -013a9e68c9a31f888733d46182d19f9e5d956f27 +2f56d51c6b3104242613c74b02fa6c63a2fe16c5 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |