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