summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/md5/md5block_amd64.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/md5/md5block_amd64.s')
-rw-r--r--src/pkg/crypto/md5/md5block_amd64.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/crypto/md5/md5block_amd64.s b/src/pkg/crypto/md5/md5block_amd64.s
index e6420a28a..178e49cd8 100644
--- a/src/pkg/crypto/md5/md5block_amd64.s
+++ b/src/pkg/crypto/md5/md5block_amd64.s
@@ -5,13 +5,15 @@
// Translated from Perl generating GNU assembly into
// #defines generating 6a assembly by the Go Authors.
+#include "../../../cmd/ld/textflag.h"
+
// MD5 optimized for AMD64.
//
// Author: Marc Bevand <bevand_m (at) epita.fr>
// Licence: I hereby disclaim the copyright on this code and place it
// in the public domain.
-TEXT ·block(SB),7,$0-32
+TEXT ·block(SB),NOSPLIT,$0-32
MOVQ dig+0(FP), BP
MOVQ p+8(FP), SI
MOVQ p_len+16(FP), DX