aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-10-24 09:48:24 +0000
committerWerner Koch <[email protected]>2000-10-24 09:48:24 +0000
commitbe44e30276f2b087f2e26970ae8345b531fe2a57 (patch)
tree2c55e7520cc8019057e4e57ecab76d0c156aa55d
parentno-secmem-warning item extended (diff)
downloadgnupg-be44e30276f2b087f2e26970ae8345b531fe2a57.tar.gz
gnupg-be44e30276f2b087f2e26970ae8345b531fe2a57.zip
comment style changed
-rw-r--r--mpi/ChangeLog6
-rw-r--r--mpi/mips3/mpih-mul1.S8
-rw-r--r--mpi/mips3/mpih-mul2.S8
-rw-r--r--mpi/mips3/mpih-mul3.S8
4 files changed, 17 insertions, 13 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog
index 2b30ff417..c8a7ee94c 100644
--- a/mpi/ChangeLog
+++ b/mpi/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-24 Werner Koch <[email protected]>
+
+ * mips3/: Changed a few comments to C-style. By Jeff Long.
+
2000-10-13 Werner Koch <[email protected]>
* mpi.h: Removed the inclusion of mpi-asm-defs.h because this
@@ -12,7 +16,7 @@
Wed Jul 19 11:26:43 CEST 2000 Werner Koch <wk@>
- * config.links: Support for powerpc--netbsd by Gabriel Rosenkoetter.
+ * config.links: Support for powerpc--netbsd by Gabriel Rosenkoetter.
Wed Mar 22 13:50:24 CET 2000 Werner Koch <[email protected]>
diff --git a/mpi/mips3/mpih-mul1.S b/mpi/mips3/mpih-mul1.S
index fd349ee97..d55d4260c 100644
--- a/mpi/mips3/mpih-mul1.S
+++ b/mpi/mips3/mpih-mul1.S
@@ -36,10 +36,10 @@ mpihelp_mul_1:
.set noreorder
.set nomacro
- # warm up phase 0
+/* # warm up phase 0 */
ld $8,0($5)
- # warm up phase 1
+/* # warm up phase 1 */
daddiu $5,$5,8
dmultu $8,$7
@@ -64,7 +64,7 @@ Loop: mflo $10
bne $6,$0,Loop
daddu $2,$9,$2 # add high product limb and carry from addition
- # cool down phase 1
+/* # cool down phase 1 */
$LC1: mflo $10
mfhi $9
daddu $10,$10,$2
@@ -74,7 +74,7 @@ $LC1: mflo $10
daddiu $4,$4,8
daddu $2,$9,$2 # add high product limb and carry from addition
- # cool down phase 0
+/* # cool down phase 0 */
$LC0: mflo $10
mfhi $9
daddu $10,$10,$2
diff --git a/mpi/mips3/mpih-mul2.S b/mpi/mips3/mpih-mul2.S
index 1474b4f06..0312884a2 100644
--- a/mpi/mips3/mpih-mul2.S
+++ b/mpi/mips3/mpih-mul2.S
@@ -36,10 +36,10 @@ mpihelp_addmul_1:
.set noreorder
.set nomacro
- # warm up phase 0
+/* # warm up phase 0 */
ld $8,0($5)
- # warm up phase 1
+/* # warm up phase 1 */
daddiu $5,$5,8
dmultu $8,$7
@@ -68,7 +68,7 @@ Loop: ld $10,0($4)
bne $6,$0,Loop
daddu $2,$9,$2 # add high product limb and carry from addition
- # cool down phase 1
+/* # cool down phase 1 */
$LC1: ld $10,0($4)
mflo $3
mfhi $9
@@ -82,7 +82,7 @@ $LC1: ld $10,0($4)
daddiu $4,$4,8
daddu $2,$9,$2 # add high product limb and carry from addition
- # cool down phase 0
+/* # cool down phase 0 */
$LC0: ld $10,0($4)
mflo $3
mfhi $9
diff --git a/mpi/mips3/mpih-mul3.S b/mpi/mips3/mpih-mul3.S
index 4616732f5..bcb40edbf 100644
--- a/mpi/mips3/mpih-mul3.S
+++ b/mpi/mips3/mpih-mul3.S
@@ -36,10 +36,10 @@ mpihelp_submul_1:
.set noreorder
.set nomacro
- # warm up phase 0
+/* # warm up phase 0 */
ld $8,0($5)
- # warm up phase 1
+/* # warm up phase 1 */
daddiu $5,$5,8
dmultu $8,$7
@@ -68,7 +68,7 @@ Loop: ld $10,0($4)
bne $6,$0,Loop
daddu $2,$9,$2 # add high product limb and carry from addition
- # cool down phase 1
+/* # cool down phase 1 */
$LC1: ld $10,0($4)
mflo $3
mfhi $9
@@ -82,7 +82,7 @@ $LC1: ld $10,0($4)
daddiu $4,$4,8
daddu $2,$9,$2 # add high product limb and carry from addition
- # cool down phase 0
+/* # cool down phase 0 */
$LC0: ld $10,0($4)
mflo $3
mfhi $9