aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
82c4a07939
commit
c4cd831606
@ -1417,7 +1417,7 @@ bsaes_ctr32_encrypt_blocks:
|
|||||||
|
|
||||||
vld1.8 {@XMM[0]}, [$ctr] @ load counter
|
vld1.8 {@XMM[0]}, [$ctr] @ load counter
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
mov $ctr, #.LREVM0SR-.LM0
|
mov $ctr, #:lower16:(.LREVM0SR-.LM0)
|
||||||
add $ctr, $const, $ctr
|
add $ctr, $const, $ctr
|
||||||
#else
|
#else
|
||||||
add $ctr, $const, #.LREVM0SR-.LM0 @ borrow $ctr
|
add $ctr, $const, #.LREVM0SR-.LM0 @ borrow $ctr
|
||||||
@ -1479,7 +1479,7 @@ bsaes_ctr32_encrypt_blocks:
|
|||||||
mov r5, $rounds @ pass rounds
|
mov r5, $rounds @ pass rounds
|
||||||
vstmia $fp, {@XMM[10]} @ save next counter
|
vstmia $fp, {@XMM[10]} @ save next counter
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
mov $const, #.LREVM0SR-.LSR
|
mov $const, #:lower16:(.LREVM0SR-.LSR)
|
||||||
sub $const, $ctr, $const
|
sub $const, $ctr, $const
|
||||||
#else
|
#else
|
||||||
sub $const, $ctr, #.LREVM0SR-.LSR @ pass constants
|
sub $const, $ctr, #.LREVM0SR-.LSR @ pass constants
|
||||||
|
Loading…
x
Reference in New Issue
Block a user