s390x gas can't handle .align 128.
This commit is contained in:
parent
76c828c627
commit
7ef643360d
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user