From 78f0de10eccf3606dbc4b854a4cd3a7e502edc07 Mon Sep 17 00:00:00 2001 From: Maya Rashish Date: Sat, 20 Apr 2019 11:57:11 +0000 Subject: 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 TryBot-Result: Gobot Gobot Reviewed-by: Benny Siegert --- src/runtime/sys_linux_arm.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/sys_linux_arm.s') diff --git a/src/runtime/sys_linux_arm.s b/src/runtime/sys_linux_arm.s index 43a58335c8..637123be45 100644 --- a/src/runtime/sys_linux_arm.s +++ b/src/runtime/sys_linux_arm.s @@ -606,3 +606,6 @@ TEXT runtime·sbrk0(SB),NOSPLIT,$0-4 SWI $0 MOVW R0, ret+0(FP) RET + +TEXT runtime·sigreturn(SB),NOSPLIT,$0-0 + RET -- cgit v1.3-5-g9baa