From owner-freebsd-sparc64@FreeBSD.ORG Sun Jan 25 06:52:41 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DBA116A4CE for ; Sun, 25 Jan 2004 06:52:41 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD96443D5A for ; Sun, 25 Jan 2004 06:52:36 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])i0PEqUL20865; Sun, 25 Jan 2004 15:52:31 +0100 (MET) Date: Sun, 25 Jan 2004 15:52:30 +0100 (CET) From: Harti Brandt To: David Cornejo In-Reply-To: <6.0.1.1.2.20040124173355.027d4508@mail.firetide.com> Message-ID: <20040125155209.K18713@beagle.fokus.fraunhofer.de> References: <6.0.1.1.2.20040124173355.027d4508@mail.firetide.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-sparc64@freebsd.org Subject: Re: fix for undefined symbol 'panic' X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 14:52:41 -0000 On Sat, 24 Jan 2004, David Cornejo wrote: DC>I think this is the fix. __panic wants three arguments, not one. harti DC> DC>in directory /usr/src/sys/sparc64/include DC> DC>*** asmacros.h~ Tue Jul 15 14:08:43 2003 DC>--- asmacros.h Sat Jan 24 11:27:26 2004 DC>*************** DC>*** 102,108 **** DC> 9: .asciz msg ; \ DC> .previous ; \ DC> SET(9b, r1, %o0) ; \ DC>! call panic ; \ DC> nop DC> DC> #ifdef INVARIANTS DC>--- 102,108 ---- DC> 9: .asciz msg ; \ DC> .previous ; \ DC> SET(9b, r1, %o0) ; \ DC>! call __panic ; \ DC> nop DC> DC> #ifdef INVARIANTS DC> DC> DC>_______________________________________________ DC>freebsd-sparc64@freebsd.org mailing list DC>http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 DC>To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" DC> -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org