]> Cypherpunks repositories - gostls13.git/commit
runtime: fixes for arm64 shared libraries
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 26 Aug 2015 23:20:38 +0000 (11:20 +1200)
committerDave Cheney <dave@cheney.net>
Thu, 3 Sep 2015 01:07:40 +0000 (01:07 +0000)
commit9f0baca5054c8039d763f6a4d71d4508e896d546
tree7c0bf3041df88cdc5ce63102360f00b065f3bdd6
parentdf37c4b987640849ad2b4033b4f94d7398eceba6
runtime: fixes for arm64 shared libraries

Building for shared libraries requires that all functions that are declared
have an implementation and vice versa so make that so on arm64.

It would be nicer to not require the stub sigreturn (it will never be called)
but that seems a bit awkward.

Change-Id: I3cec81697161b452af81fa35939f748bd1acf7fd
Reviewed-on: https://go-review.googlesource.com/13995
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/runtime/asm_arm64.s