Module Name: src
Committed By: skrll
Date: Mon Nov 9 14:34:42 UTC 2009
Modified Files:
src/lib/csu/ia64: dot_init.h
Log Message:
Make lib/csu compile. XXX somewhat bogus.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/csu/ia64/dot_init.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/csu/ia64/dot_init.h
diff -u src/lib/csu/ia64/dot_init.h:1.5 src/lib/csu/ia64/dot_init.h:1.6
--- src/lib/csu/ia64/dot_init.h:1.5 Sat May 10 15:31:04 2008
+++ src/lib/csu/ia64/dot_init.h Mon Nov 9 14:34:42 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: dot_init.h,v 1.5 2008/05/10 15:31:04 martin Exp $ */
+/* $NetBSD: dot_init.h,v 1.6 2009/11/09 14:34:42 skrll Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -51,6 +51,7 @@
".save ar.pfs,loc1 \n" \
"alloc loc1=ar.pfs,0,2,0,0 \n" \
"mov loc0=b0 /* Save return addr */ \n" \
+ ".endp "#entry_pt" \n" \
".previous")
/*-