From: Andy Polyakov Date: Mon, 27 Apr 2009 19:31:30 +0000 (+0000) Subject: sha*-s390x.pl: minor update from HEAD. X-Git-Tag: OpenSSL_1_0_0-beta3~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0f00f92728b75fa872f461810a0e391c3e2c3c1;p=openssl sha*-s390x.pl: minor update from HEAD. --- diff --git a/crypto/sha/asm/sha1-s390x.pl b/crypto/sha/asm/sha1-s390x.pl index e22e86fa14..eb6f8dfc82 100644 --- a/crypto/sha/asm/sha1-s390x.pl +++ b/crypto/sha/asm/sha1-s390x.pl @@ -156,6 +156,7 @@ $code.=<<___ if ($kimdfunc); .long 0xb93e0002 # kimd %r0,%r2 brc 1,.-4 # pay attention to "partial completion" br %r14 +.align 16 .Lsoftware: ___ $code.=<<___; diff --git a/crypto/sha/asm/sha512-s390x.pl b/crypto/sha/asm/sha512-s390x.pl index e4f1812c68..5811d74d09 100644 --- a/crypto/sha/asm/sha512-s390x.pl +++ b/crypto/sha/asm/sha512-s390x.pl @@ -227,6 +227,7 @@ $code.=<<___ if ($kimdfunc); .long 0xb93e0002 # kimd %r0,%r2 brc 1,.-4 # pay attention to "partial completion" br %r14 +.align 16 .Lsoftware: ___ $code.=<<___;