From 7ef643360d6ac4f9637f477ce41be4b668ab1eb8 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 28 May 2007 16:32:50 +0000 Subject: [PATCH] s390x gas can't handle .align 128. --- crypto/aes/asm/aes-s390x.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/aes/asm/aes-s390x.pl b/crypto/aes/asm/aes-s390x.pl index 06cd8dff9b..54a9fe5c27 100644 --- a/crypto/aes/asm/aes-s390x.pl +++ b/crypto/aes/asm/aes-s390x.pl @@ -57,7 +57,7 @@ $code=<<___; .text .type AES_Te,\@object -.align 128 +.align 64 AES_Te: ___ &_data_word( @@ -383,7 +383,7 @@ ___ $code.=<<___; .type AES_Td,\@object -.align 128 +.align 64 AES_Td: ___ &_data_word( -- GitLab