]> Cypherpunks repositories - gostls13.git/commit
runtime: fix TestGdbPythonCgo failure with ld.gold
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 9 Aug 2018 16:25:13 +0000 (17:25 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 9 Aug 2018 22:15:04 +0000 (22:15 +0000)
commita0127c1921fdba2b4384d599407a3eedfe547803
tree732b1f03ec2a40602af1acb46733cf48ea45ae7c
parentc166ff6838ff8a8b871f6efd265791442242ddad
runtime: fix TestGdbPythonCgo failure with ld.gold

See the added comment for the reasoning behind the workaround.

Fixes #26868.

Change-Id: Idede020ec88a49595dc233d9a1346b12691186f4
Reviewed-on: https://go-review.googlesource.com/128815
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/runtime-gdb_test.go