Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2004 15:52:30 +0100 (CET)
From:      Harti Brandt <brandt@fokus.fraunhofer.de>
To:        David Cornejo <dcornejo@firetide.com>
Cc:        freebsd-sparc64@freebsd.org
Subject:   Re: fix for undefined symbol 'panic'
Message-ID:  <20040125155209.K18713@beagle.fokus.fraunhofer.de>
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, 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040125155209.K18713>