Date: Sun, 25 Jan 2004 00:59:47 -0500 From: Ken Smith <kensmith@cse.Buffalo.EDU> To: David Cornejo <dcornejo@firetide.com> Cc: freebsd-sparc64@freebsd.org Subject: Re: fix for undefined symbol 'panic' Message-ID: <20040125055947.GA12258@electra.cse.Buffalo.EDU> In-Reply-To: <6.0.1.1.2.20040124173355.027d4508@mail.firetide.com> References: <6.0.1.1.2.20040124173355.027d4508@mail.firetide.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040125055947.GA12258>
