cpp can't handle ' in comments like ultrix assembler
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Fri, 5 Feb 1993 10:58:14 +0000 (02:58 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Fri, 5 Feb 1993 10:58:14 +0000 (02:58 -0800)
SCCS-vsn: lib/libc/mips/gen/_setjmp.s 5.5
SCCS-vsn: lib/libc/mips/gen/ldexp.s 5.5
SCCS-vsn: lib/libc/mips/string/bcopy.s 5.5
SCCS-vsn: lib/libc/mips/string/bzero.s 5.4
SCCS-vsn: lib/libc/mips/sys/brk.s 5.2

usr/src/lib/libc/mips/gen/_setjmp.s
usr/src/lib/libc/mips/gen/ldexp.s
usr/src/lib/libc/mips/string/bcopy.s
usr/src/lib/libc/mips/string/bzero.s
usr/src/lib/libc/mips/sys/brk.s

index 8d42b19..b8d48d7 100644 (file)
@@ -12,7 +12,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)_setjmp.s   5.4 (Berkeley) %G%")
+       ASMSTR("@(#)_setjmp.s   5.5 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
@@ -40,7 +40,7 @@ LEAF(_setjmp)
        sw      s7, ((S7 + 3) * 4)(a0)
        sw      sp, ((SP + 3) * 4)(a0)
        sw      s8, ((S8 + 3) * 4)(a0)
        sw      s7, ((S7 + 3) * 4)(a0)
        sw      sp, ((SP + 3) * 4)(a0)
        sw      s8, ((S8 + 3) * 4)(a0)
-       cfc1    v0, $31                         # too bad can't check if FP used
+       cfc1    v0, $31                         # too bad cant check if FP used
        swc1    $f20, ((20 + 38) * 4)(a0)
        swc1    $f21, ((21 + 38) * 4)(a0)
        swc1    $f22, ((22 + 38) * 4)(a0)
        swc1    $f20, ((20 + 38) * 4)(a0)
        swc1    $f21, ((21 + 38) * 4)(a0)
        swc1    $f22, ((22 + 38) * 4)(a0)
index 26936ed..529fe92 100644 (file)
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)ldexp.s     5.4 (Berkeley) %G%")
+       ASMSTR("@(#)ldexp.s     5.5 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 #define DEXP_INF       0x7ff
 #endif /* LIBC_SCCS and not lint */
 
 #define DEXP_INF       0x7ff
@@ -91,7 +91,7 @@ LEAF(ldexp)
  * Now shift t2,t3 the correct number of bits.
  */
 1:
  * Now shift t2,t3 the correct number of bits.
  */
 1:
-       subu    t9, t9, DLEAD_ZEROS     # don't count normal leading zeros
+       subu    t9, t9, DLEAD_ZEROS     # dont count normal leading zeros
        li      t1, DEXP_MIN + DEXP_BIAS
        subu    t1, t1, t9              # adjust exponent
        addu    t1, t1, a2              # scale exponent
        li      t1, DEXP_MIN + DEXP_BIAS
        subu    t1, t1, t9              # adjust exponent
        addu    t1, t1, a2              # scale exponent
index 0ca6828..d0489ac 100644 (file)
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)bcopy.s     5.4 (Berkeley) %G%")
+       ASMSTR("@(#)bcopy.s     5.5 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bcopy(s1, s2, n) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bcopy(s1, s2, n) */
@@ -44,7 +44,7 @@ LEAF(bcopy)
        addu    t1, a1, a2              # t1 = end of to region
 1:
        lb      v0, -1(t0)              # copy bytes backwards,
        addu    t1, a1, a2              # t1 = end of to region
 1:
        lb      v0, -1(t0)              # copy bytes backwards,
-       subu    t0, t0, 1               #   doesn't happen often so do slow way
+       subu    t0, t0, 1               #   doesnt happen often so do slow way
        subu    t1, t1, 1
        bne     t0, a0, 1b
        sb      v0, 0(t1)
        subu    t1, t1, 1
        bne     t0, a0, 1b
        sb      v0, 0(t1)
index f98613c..8045444 100644 (file)
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)bzero.s     5.3 (Berkeley) %G%")
+       ASMSTR("@(#)bzero.s     5.4 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bzero(s1, n) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bzero(s1, n) */
@@ -32,8 +32,8 @@ LEAF(bzero)
        addu    a3, a3, a0              # compute ending address
 2:
        addu    a0, a0, 4               # clear words
        addu    a3, a3, a0              # compute ending address
 2:
        addu    a0, a0, 4               # clear words
-       bne     a0, a3, 2b              #   unrolling loop doesn't help
-       sw      zero, -4(a0)            #   since we're limited by memory speed
+       bne     a0, a3, 2b              #   unrolling loop doesnt help
+       sw      zero, -4(a0)            #   since we are limited by memory speed
 smallclr:
        ble     a1, zero, 2f
        addu    a3, a1, a0              # compute ending address
 smallclr:
        ble     a1, zero, 2f
        addu    a3, a1, a0              # compute ending address
index a46aa0b..343d629 100644 (file)
@@ -11,7 +11,7 @@
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)brk.s       5.1 (Berkeley) %G%")
+       ASMSTR("@(#)brk.s       5.2 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 #define        SYS_brk         17
 #endif /* LIBC_SCCS and not lint */
 
 #define        SYS_brk         17
@@ -19,7 +19,7 @@
 LEAF(brk)
        lw      v0, _minbrk
        bgeu    a0, v0, _brk
 LEAF(brk)
        lw      v0, _minbrk
        bgeu    a0, v0, _brk
-       move    a0, v0          # don't allow break < minbrk
+       move    a0, v0          # dont allow break < minbrk
 ALEAF(_brk)
        li      v0, SYS_brk
        syscall
 ALEAF(_brk)
        li      v0, SYS_brk
        syscall