Introduction
Introduction Statistics Contact Development Disclaimer Help
tOld GNU assembler doesn't like comments. - plan9port - [fork] Plan 9 from user…
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit a32765e337d2657f09630ebf7bd71d9623269546
parent fe4b07f19475742dd147ff3949bba763e9e59f13
Author: rsc <devnull@localhost>
Date: Wed, 10 Aug 2005 17:15:16 +0000
Old GNU assembler doesn't like comments.
Diffstat:
M src/libmp/386/mpvecadd.s | 11 ++++-------
M src/libmp/386/mpvecsub.s | 12 +++++-------
2 files changed, 9 insertions(+), 14 deletions(-)
---
diff --git a/src/libmp/386/mpvecadd.s b/src/libmp/386/mpvecadd.s
t@@ -1,10 +1,7 @@
-/*
- * mpvecadd(mpdigit *a, int alen, mpdigit *b, int blen, mpdigit *sum)
- *
- * sum[0:alen] = a[0:alen-1] + b[0:blen-1]
- *
- * prereq: alen >= blen, sum has room for alen+1 digits
- */
+/* mpvecadd(mpdigit *a, int alen, mpdigit *b, int blen, mpdigit *sum) */
+/* sum[0:alen] = a[0:alen-1] + b[0:blen-1] */
+/* prereq: alen >= blen, sum has room for alen+1 digits */
+/* (very old gnu assembler doesn't allow multiline comments) */
.text
diff --git a/src/libmp/386/mpvecsub.s b/src/libmp/386/mpvecsub.s
t@@ -1,10 +1,8 @@
-/*
- * mpvecsub(mpdigit *a, int alen, mpdigit *b, int blen, mpdigit *diff)
- *
- * diff[0:alen-1] = a[0:alen-1] - b[0:blen-1]
- *
- * prereq: alen >= blen, diff has room for alen digits
- */
+/* mpvecsub(mpdigit *a, int alen, mpdigit *b, int blen, mpdigit *diff) …
+/* diff[0:alen-1] = a[0:alen-1] - b[0:blen-1] */
+/* prereq: alen >= blen, diff has room for alen digits */
+/* (very old gnu assembler doesn't allow multiline comments) */
+
.text
.p2align 2,0x90
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.