]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: use normal libinit on PPC GNU/Linux
authorIan Lance Taylor <iant@golang.org>
Fri, 22 Apr 2016 14:08:13 +0000 (07:08 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 22 Apr 2016 14:30:27 +0000 (14:30 +0000)
commit32302d6289e9721015d5d7ac99bbce30de47746c
tree9b080827170d3be658c1b3950ef2faff7d74dd50
parentc165988360457553ccbfa4a09919de3262a4438a
runtime/cgo: use normal libinit on PPC GNU/Linux

The special case was because PPC did not support external linking, but
now it does.

Fixes #10410.

Change-Id: I9b024686e0f03da7a44c1c59b41c529802f16ab0
Reviewed-on: https://go-review.googlesource.com/22372
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/cgo/gcc_libinit.c
src/runtime/cgo/gcc_libinit_linux_ppc64x.c [deleted file]