Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto/bn
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-09-30 20:38:38 +0300
committerAdam Langley <agl@google.com>2015-09-30 21:35:29 +0300
commit72d9cba7cb78ddc9c8ec3f27a9367c407f7d0915 (patch)
tree65c6a8b9593b93c6d144eed154f8290ce7422c78 /crypto/bn
parent3b27843b7c8b99ec213566500a82a398734f55c0 (diff)
Move .align directives next to their labels for ARM.
2ab24a2d40fd193a25d7c94072596a1180cbb460 added sections to ARM assembly files. However, in cases where .align directives were not next to the labels that they were intended to apply to, the section directives would cause them to be ignored. Change-Id: I32117f6747ff8545b80c70dd3b8effdc6e6f67e0 Reviewed-on: https://boringssl-review.googlesource.com/6050 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/asm/armv4-mont.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/armv4-mont.pl b/crypto/bn/asm/armv4-mont.pl
index c464a5b4..d9487c7e 100644
--- a/crypto/bn/asm/armv4-mont.pl
+++ b/crypto/bn/asm/armv4-mont.pl
@@ -85,8 +85,8 @@ $code=<<___;
.code 32
#if __ARM_MAX_ARCH__>=7
-.align 5
.pushsection .text.bn_mul_mont,"ax",%progbits
+.align 5
.LOPENSSL_armcap:
.word OPENSSL_armcap_P-.Lbn_mul_mont
.popsection