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/ia64 PR port-ia64/51261



details:   https://anonhg.NetBSD.org/src/rev/f583b0d4b53d
branches:  trunk
changeset: 346862:f583b0d4b53d
user:      scole <scole%NetBSD.org@localhost>
date:      Fri Aug 05 15:02:29 2016 +0000

description:
PR port-ia64/51261

Fix for ia64

diffstat:

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

diffs (19 lines):

diff -r fe5538b0a852 -r f583b0d4b53d tests/lib/libc/arch/ia64/return_one.S
--- a/tests/lib/libc/arch/ia64/return_one.S     Fri Aug 05 15:01:39 2016 +0000
+++ b/tests/lib/libc/arch/ia64/return_one.S     Fri Aug 05 15:02:29 2016 +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.2 2016/08/05 15:02:29 scole Exp $ */
 
 #include <machine/asm.h>
 
-.globl return_one, return_one_end;
+.globl return_one_end  
 
-return_one: return_one_end:
-       nop
+ENTRY(return_one,0)
+       mov     ret0=1
+       br.ret.sptk.few  rp
+return_one_end:        
+END(return_one)



Home | Main Index | Thread Index | Old Index