s390x gas can't handle .align 128.

This commit is contained in:
Andy Polyakov 2007-05-28 16:32:50 +00:00
parent 76c828c627
commit 7ef643360d

View File

@ -57,7 +57,7 @@ $code=<<___;
.text .text
.type AES_Te,\@object .type AES_Te,\@object
.align 128 .align 64
AES_Te: AES_Te:
___ ___
&_data_word( &_data_word(
@ -383,7 +383,7 @@ ___
$code.=<<___; $code.=<<___;
.type AES_Td,\@object .type AES_Td,\@object
.align 128 .align 64
AES_Td: AES_Td:
___ ___
&_data_word( &_data_word(