aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm64.s
diff options
context:
space:
mode:
authorMaya Rashish <maya@netbsd.org>2019-04-20 11:57:11 +0000
committerBenny Siegert <bsiegert@gmail.com>2019-04-20 14:20:24 +0000
commit78f0de10eccf3606dbc4b854a4cd3a7e502edc07 (patch)
treedcb2921429dc1992a5361e08768e4779b3b448a0 /src/runtime/asm_arm64.s
parenta1c481d85139f77ab27210526f9dfa2f3b375ef9 (diff)
downloadgo-78f0de10eccf3606dbc4b854a4cd3a7e502edc07.tar.gz
go-78f0de10eccf3606dbc4b854a4cd3a7e502edc07.zip
runtime: move linux specific code into linux specific files
Allows us to stop whitelisting this error on many OS/arch combinations XXX I'm not sure I am running vet correctly, and testing all platforms right. Change-Id: I29f548bd5f4a63bd13c4d0667d4209c75c886fd9 GitHub-Last-Rev: 52f6ff4a6b986e86f8b26c3d19da7707d39f1664 GitHub-Pull-Request: golang/go#31583 Reviewed-on: https://go-review.googlesource.com/c/go/+/173157 Run-TryBot: Benny Siegert <bsiegert@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Diffstat (limited to 'src/runtime/asm_arm64.s')
-rw-r--r--src/runtime/asm_arm64.s3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/asm_arm64.s b/src/runtime/asm_arm64.s
index 871dc95dea..6e3b1b14a6 100644
--- a/src/runtime/asm_arm64.s
+++ b/src/runtime/asm_arm64.s
@@ -1128,9 +1128,6 @@ TEXT runtime·goexit(SB),NOSPLIT|NOFRAME|TOPFRAME,$0-0
MOVD R0, R0 // NOP
BL runtime·goexit1(SB) // does not return
-TEXT runtime·sigreturn(SB),NOSPLIT,$0-0
- RET
-
// This is called from .init_array and follows the platform, not Go, ABI.
TEXT runtime·addmoduledata(SB),NOSPLIT,$0-0
SUB $0x10, RSP