Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/compat/arch/alpha/gen remove bogus comment, we are ...



details:   https://anonhg.NetBSD.org/src/rev/2ee543ee4fb9
branches:  trunk
changeset: 326268:2ee543ee4fb9
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 24 00:20:54 2014 +0000

description:
remove bogus comment, we are not working around an assembler issue.

diffstat:

 lib/libc/compat/arch/alpha/gen/compat__setjmp.S |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 7d4344d76896 -r 2ee543ee4fb9 lib/libc/compat/arch/alpha/gen/compat__setjmp.S
--- a/lib/libc/compat/arch/alpha/gen/compat__setjmp.S   Fri Jan 24 00:17:33 2014 +0000
+++ b/lib/libc/compat/arch/alpha/gen/compat__setjmp.S   Fri Jan 24 00:20:54 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat__setjmp.S,v 1.2 2014/01/23 03:08:50 christos Exp $ */
+/* $NetBSD: compat__setjmp.S,v 1.3 2014/01/24 00:20:54 christos Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -54,7 +54,6 @@
        stq     s6, ((15 + 4) * 8)(a0)
        stq     ra, ((26 + 4) * 8)(a0)
        stq     sp, ((30 + 4) * 8)(a0)
-       /* work around assembler issue */
        ldq     t0, magic                       /* sigcontext magic number */
        stq     t0, ((31 + 4) * 8)(a0)          /* magic in sc_regs[31] */
        /* Too bad we can't check if we actually used FP */
@@ -91,7 +90,6 @@
 LEAF(_longjmp, 2)
        LDGP(pv)
        ldq     t0, ((31 + 4) * 8)(a0)          /* magic in sc_regs[31] */
-       /* work around assembler issue */
        ldq     t0, magic                       /* sigcontext magic number */
        cmpeq   t0, t1, t0
        beq     t0, botch                       /* If the magic was bad, punt */



Home | Main Index | Thread Index | Old Index