Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/ia64/sys Add exect stub so "build.sh distribut...
details: https://anonhg.NetBSD.org/src/rev/15e103c7940d
branches: trunk
changeset: 349432:15e103c7940d
user: scole <scole%NetBSD.org@localhost>
date: Sat Dec 10 21:19:15 2016 +0000
description:
Add exect stub so "build.sh distribution" will compile
diffstat:
lib/libc/arch/ia64/sys/exect.S | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r bb0e8b0e6410 -r 15e103c7940d lib/libc/arch/ia64/sys/exect.S
--- a/lib/libc/arch/ia64/sys/exect.S Sat Dec 10 21:17:12 2016 +0000
+++ b/lib/libc/arch/ia64/sys/exect.S Sat Dec 10 21:19:15 2016 +0000
@@ -1,3 +1,12 @@
-/* $NetBSD: exect.S,v 1.1 2006/09/10 21:22:34 cherry Exp $ */
+/* $NetBSD: exect.S,v 1.2 2016/12/10 21:19:15 scole Exp $ */
-/* XXX: Stub */
\ No newline at end of file
+/* XXX: Stub */
+
+#include <machine/asm.h>
+
+#include "SYS.h"
+
+ENTRY(exect, 3)
+ // XXX break into debugger in ski
+ break.i 1
+END(exect)
Home |
Main Index |
Thread Index |
Old Index