Fix compilation of sha256-armv4.S when using -march=armv6
sha256-armv4.S:1884: Error: invalid constant (ffffffffffffef90) after fixup BUG=495695 Change-Id: I5b7423c2f7a10657c92c7b1ccae970f33c569455 Reviewed-on: https://boringssl-review.googlesource.com/4944 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
485a50ae15
commit
9a4996e359
@ -479,7 +479,7 @@ sha256_block_data_order_neon:
|
||||
stmdb sp!,{r4-r12,lr}
|
||||
|
||||
sub $H,sp,#16*4+16
|
||||
adr $Ktbl,K256
|
||||
adrl $Ktbl,K256
|
||||
bic $H,$H,#15 @ align for 128-bit stores
|
||||
mov $t2,sp
|
||||
mov sp,$H @ alloca
|
||||
|
Loading…
Reference in New Issue
Block a user