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 openssl: Omit local indentation ...
details: https://anonhg.NetBSD.org/src/rev/7fdec4c96f9f
branches: trunk
changeset: 374058:7fdec4c96f9f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Mar 29 10:29:09 2023 +0000
description:
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.
diffstat:
crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 45beb443e3f5 -r 7fdec4c96f9f crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl
--- a/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl Wed Mar 29 10:25:11 2023 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl Wed Mar 29 10:29:09 2023 +0000
@@ -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
diff -r 45beb443e3f5 -r 7fdec4c96f9f crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S Wed Mar 29 10:25:11 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S Wed Mar 29 10:29:09 2023 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index