fix for undefined symbol 'panic'

David Cornejo dcornejo at firetide.com
Sat Jan 24 19:35:30 PST 2004


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




More information about the freebsd-sparc64 mailing list