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 [Mon, 30 Oct 2017 23:16:17 +0000 (23:16 +0000)]
Do-not-use-SP-as-index-reg
Gbp-Pq: Name 0003-Do-not-use-SP-as-index-reg.patch
Go Compiler Team [Mon, 30 Oct 2017 23:16:17 +0000 (23:16 +0000)]
reproducible-BUILD_PATH_PREFIX_MAP
Gbp-Pq: Name 0002-reproducible-BUILD_PATH_PREFIX_MAP.patch
Michael Hudson-Doyle [Mon, 30 Oct 2017 23:16:17 +0000 (23:16 +0000)]
golang-1.9 (1.9.2-3) unstable; urgency=medium
* Remove workaround for now fixed debhelper bug #879762
* Backport three patches from upstream to fix ftbfs on ppc64el with new kernel.
[dgit import unpatched golang-1.9 1.9.2-3]
Michael Hudson-Doyle [Mon, 30 Oct 2017 23:16:17 +0000 (23:16 +0000)]
Import golang-1.9_1.9.2-3.debian.tar.xz
[dgit import tarball golang-1.9 1.9.2-3 golang-1.9_1.9.2-3.debian.tar.xz]
Michael Hudson-Doyle [Thu, 26 Oct 2017 00:46:40 +0000 (01:46 +0100)]
Import golang-1.9_1.9.2.orig.tar.gz
[dgit import orig golang-1.9_1.9.2.orig.tar.gz]