diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-11-10 20:31:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-11-10 20:31:11 +0000 |
commit | ea5c200338a8f53b7b6068859ba5f5da84582c98 (patch) | |
tree | 702cc02dccad395c560d2e5bcd6975a8b6be0711 /gcc | |
parent | c5a237e923d40c592d47828bcd20df6cc123dcb2 (diff) | |
download | gcc-ea5c200338a8f53b7b6068859ba5f5da84582c98.zip gcc-ea5c200338a8f53b7b6068859ba5f5da84582c98.tar.gz gcc-ea5c200338a8f53b7b6068859ba5f5da84582c98.tar.bz2 |
re PR go/68255 (cgo-generated constructor not being called)
PR go/68255
cmd/go: always use --whole-archive for gccgo packages
This is a backport of https://golang.org/cl/16775.
This is, in effect, what the gc toolchain does. It fixes cases where Go
code refers to a C global variable; without this, if the global variable
was the only thing visible in the C code, the generated cgo file might
not get pulled in from the archive, leaving the Go variable
uninitialized.
This was reported against gccgo as https://gcc.gnu.org/PR68255 .
Reviewed-on: https://go-review.googlesource.com/16778
From-SVN: r230120
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 f325bb3..dd23a8f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -012ab5cb2ef1c26e8023ce90d3a2bba174da7b30 +0c07751d139ef90a43ef7f299f925622a8792a9f The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |