Source-Changes-HG archive

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

[src/netbsd-8]: src/tests/lib/libc/arch/alpha Pull up following revision(s) (...



details:   https://anonhg.NetBSD.org/src/rev/7bb555aaacc5
branches:  netbsd-8
changeset: 851413:7bb555aaacc5
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Feb 26 01:20:21 2018 +0000

description:
Pull up following revision(s) (requested by maya in ticket #582):
        tests/lib/libc/arch/alpha/return_one.S: 1.2
Implement helper function for alpha

diffstat:

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

diffs (17 lines):

diff -r f00f9e7080ef -r 7bb555aaacc5 tests/lib/libc/arch/alpha/return_one.S
--- a/tests/lib/libc/arch/alpha/return_one.S    Mon Feb 26 01:18:28 2018 +0000
+++ b/tests/lib/libc/arch/alpha/return_one.S    Mon Feb 26 01:20:21 2018 +0000
@@ -1,8 +1,11 @@
-/*     $NetBSD: return_one.S,v 1.1 2011/07/18 23:16:09 jym Exp $ */
+/*     $NetBSD: return_one.S,v 1.1.34.1 2018/02/26 01:20:21 snj Exp $ */
 
 #include <machine/asm.h>
 
 .globl return_one, return_one_end;
 
-return_one: return_one_end:
+return_one:
+       lda     v0,1
+       ret
+return_one_end:
        nop



Home | Main Index | Thread Index | Old Index