summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lynn Boger [Thu, 28 Sep 2017 14:26:39 +0000 (10:26 -0400)]
cmd/dist: use -buildmode=pie for pie testing
Some tests in misc/cgo/test are run with various options including
'-linkmode=external "-extldflags=-pie"'. On ppc64x passing -pie to
the external linker with code that was not compiled as position
independent is incorrect. This works by luck in many cases but is
not guaranteed to work. I suspect it is an issue on other targets
as well.
This will now run the tests using -buildmode=pie for the platforms
that support that buildmode option.
Fixes #21954
Change-Id: I25fc7573f2d3cb5b0d1c691a0ac91aef7715404f
Reviewed-on: https://go-review.googlesource.com/66870
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Gbp-Pq: Name 0004-cmd-dist-use-buildmode-pie-for-pie-testing.patch
Go Compiler Team [Tue, 30 Jan 2018 02:01:08 +0000 (02:01 +0000)]
reproducible-BUILD_PATH_PREFIX_MAP
Gbp-Pq: Name 0002-reproducible-BUILD_PATH_PREFIX_MAP.patch
Michael Hudson-Doyle [Tue, 30 Jan 2018 02:01:08 +0000 (02:01 +0000)]
golang-1.9 (1.9.3-1) unstable; urgency=medium
* New upstream version.
- d/patches/0003-Do-not-use-SP-as-index-reg.patch: remove, included upstream.
[dgit import unpatched golang-1.9 1.9.3-1]
Michael Hudson-Doyle [Tue, 30 Jan 2018 02:01:08 +0000 (02:01 +0000)]
Import golang-1.9_1.9.3.orig.tar.gz
[dgit import orig golang-1.9_1.9.3.orig.tar.gz]
Michael Hudson-Doyle [Tue, 30 Jan 2018 02:01:08 +0000 (02:01 +0000)]
Import golang-1.9_1.9.3-1.debian.tar.xz
[dgit import tarball golang-1.9 1.9.3-1 golang-1.9_1.9.3-1.debian.tar.xz]