Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/bn/asm Revert to the...



details:   https://anonhg.NetBSD.org/src/rev/6ee8a3cffc97
branches:  trunk
changeset: 934991:6ee8a3cffc97
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 21 22:16:53 2020 +0000

description:
Revert to the upstream version, there are no more warnings

diffstat:

 crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 5ce14f4b4195 -r 6ee8a3cffc97 crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl
--- a/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl    Sun Jun 21 22:16:16 2020 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl    Sun Jun 21 22:16:53 2020 +0000
@@ -486,9 +486,8 @@
        $ST     $ta3,-2*$BNSZ($a0)
 
        .set    noreorder
+       bgtz    $ta0,.L_bn_sqr_words_loop
        $ST     $ta2,-$BNSZ($a0)
-       bgtz    $ta0,.L_bn_sqr_words_loop
-       nop
 
        beqz    $a2,.L_bn_sqr_words_return
        nop
@@ -817,9 +816,8 @@
 
        $LD     $a0,($a3)
        move    $ta2,$a1
-       $LD     $a1,-$BNSZ($a3)
        bne     $a0,$a2,bn_div_3_words_internal
-        nop
+        $LD    $a1,-$BNSZ($a3)
        li      $v0,-1
        jr      $ra
        move    $a0,$v0



Home | Main Index | Thread Index | Old Index