Module Name:    src
Committed By:   riastradh
Date:           Wed Mar 29 10:29:10 UTC 2023

Modified Files:
        src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips: mips.S

Log Message:
openssl: Omit local indentation diff in mips bignum assembly.

Cute as it is to write the an instruction in a delay slot with an
extra space, it's not really useful to keep this around as a local
change since the substantive change was applied upstream years ago.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    src/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl
cvs rdiff -u -r1.4 -r1.5 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl
diff -u src/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl:1.9 src/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl:1.10
--- src/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl:1.9	Fri Jan  7 15:50:10 2022
+++ src/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl	Wed Mar 29 10:29:09 2023
@@ -817,7 +817,7 @@ bn_div_3_words:
 	$LD	$a0,($a3)
 	move	$ta2,$a1
 	bne	$a0,$a2,bn_div_3_words_internal
-	 $LD	$a1,-$BNSZ($a3)
+	$LD	$a1,-$BNSZ($a3)
 	li	$v0,-1
 	jr	$ra
 	move	$a0,$v0

Index: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S:1.4 src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S:1.5
--- src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S:1.4	Sun Jun 21 22:16:16 2020
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S	Wed Mar 29 10:29:10 2023
@@ -589,7 +589,7 @@ bn_div_3_words:
 	lw	$4,($7)
 	move	$10,$5
 	bne	$4,$6,bn_div_3_words_internal
-	 lw	$5,-4($7)
+	lw	$5,-4($7)
 	li	$2,-1
 	jr	$31
 	move	$4,$2

Reply via email to