fix for undefined symbol 'panic'

Ken Smith kensmith at cse.Buffalo.EDU
Sat Jan 24 21:59:58 PST 2004


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 at cse.buffalo.edu
  there, funny things are everywhere.   |
                      - Theodore Geisel |


More information about the freebsd-sparc64 mailing list