From owner-freebsd-sparc64@FreeBSD.ORG Sat Jan 24 21:59:58 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 B74DA16A4CE for ; Sat, 24 Jan 2004 21:59:58 -0800 (PST) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D22143D2F for ; Sat, 24 Jan 2004 21:59:57 -0800 (PST) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i0P5xmTr012314; Sun, 25 Jan 2004 00:59:48 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i0P5xlHg012313; Sun, 25 Jan 2004 00:59:47 -0500 (EST) Date: Sun, 25 Jan 2004 00:59:47 -0500 From: Ken Smith To: David Cornejo Message-ID: <20040125055947.GA12258@electra.cse.Buffalo.EDU> References: <6.0.1.1.2.20040124173355.027d4508@mail.firetide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.1.1.2.20040124173355.027d4508@mail.firetide.com> User-Agent: Mutt/1.4.1i 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 05:59:58 -0000 On Sat, Jan 24, 2004 at 05:35:22PM -1000, David Cornejo wrote: > I think this is the fix. > > in directory /usr/src/sys/sparc64/include > > *** asmacros.h~ Tue Jul 15 14:08:43 2003 > --- asmacros.h Sat Jan 24 11:27:26 2004 > *************** > *** 102,108 **** > 9: .asciz msg ; \ > .previous ; \ > SET(9b, r1, %o0) ; \ > ! call panic ; \ > nop > > #ifdef INVARIANTS > --- 102,108 ---- > 9: .asciz msg ; \ > .previous ; \ > SET(9b, r1, %o0) ; \ > ! call __panic ; \ > nop > > #ifdef INVARIANTS Looks like this is correct. Is there someone else "around" who normally takes care of this sort of thing or should I take care of it? -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel |