提交 7ef64336 编写于 作者: A Andy Polyakov

s390x gas can't handle .align 128.

上级 76c828c6
...@@ -57,7 +57,7 @@ $code=<<___; ...@@ -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 @@ ___ ...@@ -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(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册