Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/ia64 Make lib/csu compile. XXX somewhat bogus.



details:   https://anonhg.NetBSD.org/src/rev/e89a941d4af5
branches:  trunk
changeset: 748899:e89a941d4af5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Nov 09 14:34:42 2009 +0000

description:
Make lib/csu compile. XXX somewhat bogus.

diffstat:

 lib/csu/ia64/dot_init.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6da482f0d971 -r e89a941d4af5 lib/csu/ia64/dot_init.h
--- a/lib/csu/ia64/dot_init.h   Mon Nov 09 14:22:31 2009 +0000
+++ b/lib/csu/ia64/dot_init.h   Mon Nov 09 14:34:42 2009 +0000
@@ -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")
 
 /*-



Home | Main Index | Thread Index | Old Index