Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2004 17:35:22 -1000
From:      David Cornejo <dcornejo@firetide.com>
To:        freebsd-sparc64@freebsd.org
Subject:   fix for undefined symbol 'panic'
Message-ID:  <6.0.1.1.2.20040124173355.027d4508@mail.firetide.com>

next in thread | raw e-mail | index | archive | help
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




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