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

Unified Diff: third_party/boringssl/linux-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/linux-x86/crypto/bn/bn-586.S
diff --git a/third_party/boringssl/linux-x86/crypto/bn/bn-586.S b/third_party/boringssl/linux-x86/crypto/bn/bn-586.S
index 2d2c13d90e1dd8db6effd884537b4d16194bc801..b9533934bef007d80bb63614a1d1e9d5a9f8f0ed 100644
--- a/third_party/boringssl/linux-x86/crypto/bn/bn-586.S
+++ b/third_party/boringssl/linux-x86/crypto/bn/bn-586.S
@@ -2,6 +2,7 @@
.file "src/crypto/bn/asm/bn-586.S"
.text
.globl bn_mul_add_words
+.hidden bn_mul_add_words
.type bn_mul_add_words,@function
.align 16
bn_mul_add_words:
@@ -189,6 +190,7 @@ bn_mul_add_words:
ret
.size bn_mul_add_words,.-.L_bn_mul_add_words_begin
.globl bn_mul_words
+.hidden bn_mul_words
.type bn_mul_words,@function
.align 16
bn_mul_words:
@@ -344,6 +346,7 @@ bn_mul_words:
ret
.size bn_mul_words,.-.L_bn_mul_words_begin
.globl bn_sqr_words
+.hidden bn_sqr_words
.type bn_sqr_words,@function
.align 16
bn_sqr_words:
@@ -463,6 +466,7 @@ bn_sqr_words:
ret
.size bn_sqr_words,.-.L_bn_sqr_words_begin
.globl bn_div_words
+.hidden bn_div_words
.type bn_div_words,@function
.align 16
bn_div_words:
@@ -474,6 +478,7 @@ bn_div_words:
ret
.size bn_div_words,.-.L_bn_div_words_begin
.globl bn_add_words
+.hidden bn_add_words
.type bn_add_words,@function
.align 16
bn_add_words:
@@ -656,6 +661,7 @@ bn_add_words:
ret
.size bn_add_words,.-.L_bn_add_words_begin
.globl bn_sub_words
+.hidden bn_sub_words
.type bn_sub_words,@function
.align 16
bn_sub_words:
@@ -838,6 +844,7 @@ bn_sub_words:
ret
.size bn_sub_words,.-.L_bn_sub_words_begin
.globl bn_sub_part_words
+.hidden bn_sub_part_words
.type bn_sub_part_words,@function
.align 16
bn_sub_part_words:
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/aes/vpaes-x86.S ('k') | third_party/boringssl/linux-x86/crypto/bn/co-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698