Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/arch/riscv Update for new RISCV ABI



details:   https://anonhg.NetBSD.org/src/rev/5975fb30e233
branches:  trunk
changeset: 336949:5975fb30e233
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Mar 28 07:07:54 2015 +0000

description:
Update for new RISCV ABI

diffstat:

 tests/lib/libc/arch/riscv/return_one.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 91c5214db9e2 -r 5975fb30e233 tests/lib/libc/arch/riscv/return_one.S
--- a/tests/lib/libc/arch/riscv/return_one.S    Sat Mar 28 07:03:23 2015 +0000
+++ b/tests/lib/libc/arch/riscv/return_one.S    Sat Mar 28 07:07:54 2015 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: return_one.S,v 1.1 2014/09/19 17:36:26 matt Exp $ */
+/*     $NetBSD: return_one.S,v 1.2 2015/03/28 07:07:54 matt Exp $ */
 
 #include <machine/asm.h>
 
        .globl  return_one_end
 
 ENTRY_NP(return_one)
-       li      v0, 1
+       li      a0, 1
        ret
 return_one_end:
 END(return_one)



Home | Main Index | Thread Index | Old Index