Commit 31322996 authored by Michael Hudson-Doyle's avatar Michael Hudson-Doyle

runtime: add stub sigreturn on arm

When building a shared library, all functions that are declared must actually
be defined.

Change-Id: I1488690cecfb66e62d9fdb3b8d257a4dc31d202a
Reviewed-on: https://go-review.googlesource.com/14187Reviewed-by: 's avatarDave Cheney <dave@cheney.net>
parent 60f03456
......@@ -1072,3 +1072,6 @@ TEXT runtime·usplitR0(SB),NOSPLIT,$0
MULU R0, R1
SUB R1, R3, R1
RET
TEXT runtime·sigreturn(SB),NOSPLIT,$0-4
RET
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment