From: Lynn Boger Date: Thu, 3 Mar 2022 13:28:44 +0000 (-0600) Subject: crypto/sha512: fix stack size for previous change X-Git-Tag: go1.19beta1~1162 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7d7b9bbc7a37d3b83936a8caea08e0be7240a125;p=gostls13.git crypto/sha512: fix stack size for previous change In a recent change CL 388654 a function was updated so it no longer needed stack space, but the TEXT statement was not updated to reflect that change. This corrects that problem. Change-Id: I9e60cebddae620788b1097ab7b39c47b323d1f62 Reviewed-on: https://go-review.googlesource.com/c/go/+/389674 Run-TryBot: Lynn Boger TryBot-Result: Gopher Robot Trust: Lynn Boger Reviewed-by: Paul Murphy --- diff --git a/src/crypto/sha512/sha512block_ppc64x.s b/src/crypto/sha512/sha512block_ppc64x.s index 955900b714..968183dde9 100644 --- a/src/crypto/sha512/sha512block_ppc64x.s +++ b/src/crypto/sha512/sha512block_ppc64x.s @@ -292,7 +292,7 @@ GLOBL ·kcon(SB), RODATA, $1312 VADDUDM s1, xj, xj // func block(dig *digest, p []byte) -TEXT ·block(SB),0,$128-32 +TEXT ·block(SB),0,$0-32 MOVD dig+0(FP), CTX MOVD p_base+8(FP), INP MOVD p_len+16(FP), LEN