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

Unified Diff: third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S

Issue 618363002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 6 years, 3 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_64/crypto/rc4/rc4-x86_64.S
diff --git a/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S
index 89fdccb730e1cf04e330ad1b8a3e59ee39a8487c..edd6565a0b17b2b17bf75916c4a8e5c367e36aec 100644
--- a/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S
@@ -26,8 +26,7 @@ asm_RC4:
movb -4(%rdi),%cl
cmpl $-1,256(%rdi)
je .LRC4_CHAR
- movq OPENSSL_ia32cap_P@GOTPCREL(%rip),%r8
- movl (%r8),%r8d
+ movl OPENSSL_ia32cap_P(%rip),%r8d
xorq %rbx,%rbx
incb %r10b
subq %r10,%rbx
@@ -535,8 +534,7 @@ asm_RC4_set_key:
xorq %r10,%r10
xorq %r11,%r11
- movq OPENSSL_ia32cap_P@GOTPCREL(%rip),%r8
- movl (%r8),%r8d
+ movl OPENSSL_ia32cap_P(%rip),%r8d
btl $20,%r8d
jc .Lc1stloop
jmp .Lw1stloop
« no previous file with comments | « third_party/boringssl/boringssl_unittest.cc ('k') | third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698