Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/boringssl/mac-x86/crypto/bn/bn-586.S

Issue 428753004: BoringSSL: roll DEPS and enable dynamic visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix quotes in GN file. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/boringssl/mac-x86/crypto/bn/bn-586.S
diff --git a/third_party/boringssl/mac-x86/crypto/bn/bn-586.S b/third_party/boringssl/mac-x86/crypto/bn/bn-586.S
index 00477062551f771f87c012889681fde47f047b9b..34cf56fdaf9450e37e6b270999f4858530a3f95f 100644
--- a/third_party/boringssl/mac-x86/crypto/bn/bn-586.S
+++ b/third_party/boringssl/mac-x86/crypto/bn/bn-586.S
@@ -2,6 +2,7 @@
.file "src/crypto/bn/asm/bn-586.S"
.text
.globl _bn_mul_add_words
+.private_extern _bn_mul_add_words
.align 4
_bn_mul_add_words:
L_bn_mul_add_words_begin:
@@ -187,6 +188,7 @@ L003maw_end:
popl %ebp
ret
.globl _bn_mul_words
+.private_extern _bn_mul_words
.align 4
_bn_mul_words:
L_bn_mul_words_begin:
@@ -340,6 +342,7 @@ L007mw_end:
popl %ebp
ret
.globl _bn_sqr_words
+.private_extern _bn_sqr_words
.align 4
_bn_sqr_words:
L_bn_sqr_words_begin:
@@ -457,6 +460,7 @@ L010sw_end:
popl %ebp
ret
.globl _bn_div_words
+.private_extern _bn_div_words
.align 4
_bn_div_words:
L_bn_div_words_begin:
@@ -466,6 +470,7 @@ L_bn_div_words_begin:
divl %ecx
ret
.globl _bn_add_words
+.private_extern _bn_add_words
.align 4
_bn_add_words:
L_bn_add_words_begin:
@@ -646,6 +651,7 @@ L013aw_end:
popl %ebp
ret
.globl _bn_sub_words
+.private_extern _bn_sub_words
.align 4
_bn_sub_words:
L_bn_sub_words_begin:
@@ -826,6 +832,7 @@ L016aw_end:
popl %ebp
ret
.globl _bn_sub_part_words
+.private_extern _bn_sub_part_words
.align 4
_bn_sub_part_words:
L_bn_sub_part_words_begin:
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/aes/vpaes-x86.S ('k') | third_party/boringssl/mac-x86/crypto/bn/co-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698