]> Cypherpunks repositories - gostls13.git/commit
runtime: tweaks to allow -buildmode=shared to work
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Mon, 12 Oct 2015 00:20:10 +0000 (13:20 +1300)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Mon, 19 Oct 2015 21:23:36 +0000 (21:23 +0000)
commitc5856cfdb6ddc779e50202a6e8984427fea97281
tree5ce5cfdbde81ba8785018ddab5267f367d27fa19
parentd66f6c2c869c379f6b8ba54054ad8c3856bbb735
runtime: tweaks to allow -buildmode=shared to work

Building Go shared libraries requires that all functions that have declarations
without bodies have implementations and vice versa, so remove the
implementation of call16 and add a stub implementation of sigreturn.

Change-Id: I4d5a30c8637a5da7991054e151a536611d5bea46
Reviewed-on: https://go-review.googlesource.com/15966
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/asm_ppc64x.s