From: Russ Cox Date: Wed, 12 Nov 2014 04:24:54 +0000 (-0500) Subject: [dev.cc] runtime: fix arm5 build X-Git-Tag: go1.5beta1~2688^2~63 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9e719ceefe7915b075fbc181e146505f81b78b66;p=gostls13.git [dev.cc] runtime: fix arm5 build TBR=r CC=golang-codereviews https://golang.org/cl/168600043 --- diff --git a/src/runtime/vlop_arm.s b/src/runtime/vlop_arm.s index 9184cee161..5354bf9115 100644 --- a/src/runtime/vlop_arm.s +++ b/src/runtime/vlop_arm.s @@ -101,7 +101,7 @@ TEXT _sfloat(SB), NOSPLIT, $68-0 // 4 arg + 14*4 saved regs + cpsr + return valu // load the signal fault address into LR, and jump // to the real sigpanic. // This simulates what sighandler does for a memory fault. -TEXT _sfloatpanic(SB),NOSPLIT,$-4 +TEXT runtime·_sfloatpanic(SB),NOSPLIT,$-4 MOVW $0, R0 MOVW.W R0, -4(R13) MOVW g_sigpc(g), LR