summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/linux-x32/asm/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/archs/linux-x32/asm/crypto')
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-avx2.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-gf2m.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont.s81
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont5.s19
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/buildinf.h2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/camellia/cmll-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/chacha/chacha-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/ec/ecp_nistz256-x86_64.s4
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/md5/md5-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/modes/aesni-gcm-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/modes/ghash-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/poly1305/poly1305-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-md5-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-mb-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-mb-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha512-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/whrlpool/wp-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/x86_64cpuid.s2
29 files changed, 78 insertions, 78 deletions
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s
index aa7a1ea1cf..488ae6d781 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.type _x86_64_AES_encrypt,@function
.align 16
_x86_64_AES_encrypt:
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s
index d493797832..3dcd55d3f5 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s
index c7c53e8771..ca193ddb9e 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl aesni_cbc_sha1_enc
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s
index 70eed05b00..427a1c7d12 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl aesni_cbc_sha256_enc
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s
index cd8b00f259..e18f87c4e6 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl aesni_encrypt
.type aesni_encrypt,@function
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s
index 0fd201167f..c76c5a8afb 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s
index bf7c2b0b6f..d193298940 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-avx2.s b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-avx2.s
index a2cccde636..ee619092c9 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-avx2.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-avx2.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl rsaz_1024_sqr_avx2
.type rsaz_1024_sqr_avx2,@function
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-x86_64.s
index b6797a6849..795cebe1d7 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/rsaz-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-gf2m.s b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-gf2m.s
index f4e5337565..a0b78a0565 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-gf2m.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-gf2m.s
@@ -1,4 +1,4 @@
-.text
+.text
.type _mul_1x1,@function
.align 16
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont.s b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont.s
index d19d4662b4..3a78cd8440 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont.s
@@ -1,4 +1,4 @@
-.text
+.text
@@ -197,30 +197,30 @@ bn_mul_mont:
xorq %r14,%r14
movq (%rsp),%rax
- leaq (%rsp),%rsi
movq %r9,%r15
- jmp .Lsub
+
.align 16
.Lsub: sbbq (%rcx,%r14,8),%rax
movq %rax,(%rdi,%r14,8)
- movq 8(%rsi,%r14,8),%rax
+ movq 8(%rsp,%r14,8),%rax
leaq 1(%r14),%r14
decq %r15
jnz .Lsub
sbbq $0,%rax
+ movq $-1,%rbx
+ xorq %rax,%rbx
xorq %r14,%r14
- andq %rax,%rsi
- notq %rax
- movq %rdi,%rcx
- andq %rax,%rcx
movq %r9,%r15
- orq %rcx,%rsi
-.align 16
+
.Lcopy:
- movq (%rsi,%r14,8),%rax
- movq %r14,(%rsp,%r14,8)
- movq %rax,(%rdi,%r14,8)
+ movq (%rdi,%r14,8),%rcx
+ movq (%rsp,%r14,8),%rdx
+ andq %rbx,%rcx
+ andq %rax,%rdx
+ movq %r9,(%rsp,%r14,8)
+ orq %rcx,%rdx
+ movq %rdx,(%rdi,%r14,8)
leaq 1(%r14),%r14
subq $1,%r15
jnz .Lcopy
@@ -574,10 +574,10 @@ bn_mul4x_mont:
cmpq %r9,%r14
jb .Louter4x
movq 16(%rsp,%r9,8),%rdi
+ leaq -4(%r9),%r15
movq 0(%rsp),%rax
- pxor %xmm0,%xmm0
movq 8(%rsp),%rdx
- shrq $2,%r9
+ shrq $2,%r15
leaq (%rsp),%rsi
xorq %r14,%r14
@@ -585,9 +585,7 @@ bn_mul4x_mont:
movq 16(%rsi),%rbx
movq 24(%rsi),%rbp
sbbq 8(%rcx),%rdx
- leaq -1(%r9),%r15
- jmp .Lsub4x
-.align 16
+
.Lsub4x:
movq %rax,0(%rdi,%r14,8)
movq %rdx,8(%rdi,%r14,8)
@@ -614,34 +612,35 @@ bn_mul4x_mont:
sbbq $0,%rax
movq %rbp,24(%rdi,%r14,8)
- xorq %r14,%r14
- andq %rax,%rsi
- notq %rax
- movq %rdi,%rcx
- andq %rax,%rcx
- leaq -1(%r9),%r15
- orq %rcx,%rsi
-
- movdqu (%rsi),%xmm1
- movdqa %xmm0,(%rsp)
- movdqu %xmm1,(%rdi)
+ pxor %xmm0,%xmm0
+.byte 102,72,15,110,224
+ pcmpeqd %xmm5,%xmm5
+ pshufd $0,%xmm4,%xmm4
+ movq %r9,%r15
+ pxor %xmm4,%xmm5
+ shrq $2,%r15
+ xorl %eax,%eax
+
jmp .Lcopy4x
.align 16
.Lcopy4x:
- movdqu 16(%rsi,%r14,1),%xmm2
- movdqu 32(%rsi,%r14,1),%xmm1
- movdqa %xmm0,16(%rsp,%r14,1)
- movdqu %xmm2,16(%rdi,%r14,1)
- movdqa %xmm0,32(%rsp,%r14,1)
- movdqu %xmm1,32(%rdi,%r14,1)
- leaq 32(%r14),%r14
+ movdqa (%rsp,%rax,1),%xmm1
+ movdqu (%rdi,%rax,1),%xmm2
+ pand %xmm4,%xmm1
+ pand %xmm5,%xmm2
+ movdqa 16(%rsp,%rax,1),%xmm3
+ movdqa %xmm0,(%rsp,%rax,1)
+ por %xmm2,%xmm1
+ movdqu 16(%rdi,%rax,1),%xmm2
+ movdqu %xmm1,(%rdi,%rax,1)
+ pand %xmm4,%xmm3
+ pand %xmm5,%xmm2
+ movdqa %xmm0,16(%rsp,%rax,1)
+ por %xmm2,%xmm3
+ movdqu %xmm3,16(%rdi,%rax,1)
+ leaq 32(%rax),%rax
decq %r15
jnz .Lcopy4x
-
- shlq $2,%r9
- movdqu 16(%rsi,%r14,1),%xmm2
- movdqa %xmm0,16(%rsp,%r14,1)
- movdqu %xmm2,16(%rdi,%r14,1)
movq 8(%rsp,%r9,8),%rsi
movq $1,%rax
movq -48(%rsi),%r15
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont5.s b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont5.s
index a2fccf088e..0dd53512f9 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont5.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/bn/x86_64-mont5.s
@@ -1,4 +1,4 @@
-.text
+.text
@@ -393,18 +393,19 @@ bn_mul_mont_gather5:
jnz .Lsub
sbbq $0,%rax
+ movq $-1,%rbx
+ xorq %rax,%rbx
xorq %r14,%r14
- andq %rax,%rsi
- notq %rax
- movq %rdi,%rcx
- andq %rax,%rcx
movq %r9,%r15
- orq %rcx,%rsi
-.align 16
+
.Lcopy:
- movq (%rsi,%r14,8),%rax
+ movq (%rdi,%r14,8),%rcx
+ movq (%rsp,%r14,8),%rdx
+ andq %rbx,%rcx
+ andq %rax,%rdx
movq %r14,(%rsp,%r14,8)
- movq %rax,(%rdi,%r14,8)
+ orq %rcx,%rdx
+ movq %rdx,(%rdi,%r14,8)
leaq 1(%r14),%r14
subq $1,%r15
jnz .Lcopy
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/buildinf.h b/deps/openssl/config/archs/linux-x32/asm/crypto/buildinf.h
index 373b56f423..96db051a9b 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/buildinf.h
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/buildinf.h
@@ -35,4 +35,4 @@ static const char cflags[] = {
'i','n','e','s','-','1','.','1','\\','"','"',' ','\0'
};
#define PLATFORM "platform: linux-x32"
-#define DATE "built on: Tue Apr 3 00:38:29 2018"
+#define DATE "built on: Tue Aug 14 23:13:18 2018"
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/camellia/cmll-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/camellia/cmll-x86_64.s
index 1117381f31..1dead91b17 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/camellia/cmll-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/camellia/cmll-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl Camellia_EncryptBlock
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/chacha/chacha-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/chacha/chacha-x86_64.s
index 044b8f031e..a9fed05fd7 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/chacha/chacha-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/chacha/chacha-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/ec/ecp_nistz256-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/ec/ecp_nistz256-x86_64.s
index ce86d5d969..62a7ac611f 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/ec/ecp_nistz256-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/ec/ecp_nistz256-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl ecp_nistz256_precomputed
.type ecp_nistz256_precomputed,@object
.align 4096
@@ -2372,7 +2372,7 @@ ecp_nistz256_precomputed:
.long 0x2a849870,0x4d33dd99,0x41576335,0xa716964b,0x179be0e5,0xff5e3a9b,0x83b13632,0x5b9d6b1b,0xa52f313b,0x3b8bd7d4,0x637a4660,0xc9dd95a0,0x0b3e218f,0x30035962,0xc7b28a3c,0xce1481a3
.long 0x43228d83,0xab41b43a,0x4ad63f99,0x24ae1c30,0x46a51229,0x8e525f1a,0xcd26d2b4,0x14af860f,0x3f714aa1,0xd6baef61,0xeb78795e,0xf51865ad,0xe6a9d694,0xd3e21fce,0x8a37b527,0x82ceb1dd
.size ecp_nistz256_precomputed,.-ecp_nistz256_precomputed
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/md5/md5-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/md5/md5-x86_64.s
index 0aa90515d6..0defe666bb 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/md5/md5-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/md5/md5-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.align 16
.globl md5_block_asm_data_order
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/modes/aesni-gcm-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/modes/aesni-gcm-x86_64.s
index d1a1c895a3..21e49925f1 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/modes/aesni-gcm-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/modes/aesni-gcm-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.type _aesni_ctr32_ghash_6x,@function
.align 32
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/modes/ghash-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/modes/ghash-x86_64.s
index 10f5987415..0116ef1c94 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/modes/ghash-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/modes/ghash-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl gcm_gmult_4bit
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/poly1305/poly1305-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/poly1305/poly1305-x86_64.s
index 0d401b7e47..5a05965c80 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/poly1305/poly1305-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/poly1305/poly1305-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-md5-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-md5-x86_64.s
index 9c7110f4ef..aab3c6db13 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-md5-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-md5-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.align 16
.globl rc4_md5_enc
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-x86_64.s
index bdd0da3bd1..781b48b9eb 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/rc4/rc4-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl RC4
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-mb-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-mb-x86_64.s
index d2857f3288..d266d776ec 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-mb-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-mb-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-x86_64.s
index 195a148bb9..dbeebed9a0 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha1-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl sha1_block_data_order
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-mb-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-mb-x86_64.s
index bd72a459ab..f2896b4d6e 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-mb-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-mb-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-x86_64.s
index 23b932e1de..8264a7dbdf 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha256-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl sha256_block_data_order
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha512-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha512-x86_64.s
index a1021c17a9..6f8488a38a 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha512-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/sha/sha512-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl sha512_block_data_order
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/whrlpool/wp-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/whrlpool/wp-x86_64.s
index f83130ea68..a4d55b6afc 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/whrlpool/wp-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/whrlpool/wp-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl whirlpool_block
.type whirlpool_block,@function
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/x86_64cpuid.s b/deps/openssl/config/archs/linux-x32/asm/crypto/x86_64cpuid.s
index 5a109c6fd9..7e1f5e2740 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/x86_64cpuid.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/x86_64cpuid.s
@@ -6,7 +6,7 @@
.hidden OPENSSL_ia32cap_P
.comm OPENSSL_ia32cap_P,16,4
-.text
+.text
.globl OPENSSL_atomic_add
.type OPENSSL_atomic_add,@function