golang-1.11.git
7 years agocmd/link: do not pass -no-pie to host linker when -linkshared is passed
Michael Hudson-Doyle [Wed, 4 Apr 2018 22:07:41 +0000 (10:07 +1200)]
cmd/link: do not pass -no-pie to host linker when -linkshared is passed

As the comment above the code I'm changing says, when building with
-buildmode=exe, the default compiler flags produce code incompatible with PIE.
But when -linkshared is passed, the default compiler flags are not used so this
does not apply. And now I've found a system (linux/arm64 with glibc 2.27) where
this combination of flags causes a problem, albeit for reasons I don't really
understand, so stop passing -no-pie when -linkshared is passed.

Change-Id: I412ec7941dc0cb89e6d1b171fc29288aadcb9f20
Reviewed-on: https://go-review.googlesource.com/104815
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Gbp-Pq: Name 0003-Backport_nopie_fix.patch

7 years agoreproducible-BUILD_PATH_PREFIX_MAP
Go Compiler Team [Sun, 22 Apr 2018 21:21:05 +0000 (22:21 +0100)]
reproducible-BUILD_PATH_PREFIX_MAP

Gbp-Pq: Name 0002-reproducible-BUILD_PATH_PREFIX_MAP.patch

7 years agogolang-1.10 (1.10.1-3) unstable; urgency=high
Martín Ferrari [Sun, 22 Apr 2018 21:21:05 +0000 (22:21 +0100)]
golang-1.10 (1.10.1-3) unstable; urgency=high

  * Team upload.

  [ Michael Hudson-Doyle ]
  * Install the 'misc' and 'api' directories as part of the golang-1.10-src
    package as some tools (vgo, go tool trace) expect them to be there.
    (Closes: 894992¸ LP: #1743598)

  [ Martín Ferrari ]
  * Backport fix for FP bug in mips/Octeon III. Closes: #892088. Raising
    severity.

[dgit import unpatched golang-1.10 1.10.1-3]

7 years agoImport golang-1.10_1.10.1-3.debian.tar.xz
Martín Ferrari [Sun, 22 Apr 2018 21:21:05 +0000 (22:21 +0100)]
Import golang-1.10_1.10.1-3.debian.tar.xz

[dgit import tarball golang-1.10 1.10.1-3 golang-1.10_1.10.1-3.debian.tar.xz]

7 years agoImport golang-1.10_1.10.1.orig.tar.gz
Michael Hudson-Doyle [Tue, 3 Apr 2018 03:34:12 +0000 (04:34 +0100)]
Import golang-1.10_1.10.1.orig.tar.gz

[dgit import orig golang-1.10_1.10.1.orig.tar.gz]