Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/powerpc/include/profile.h 209975 2010-07-13 05:32:19Z nwhitehorn $
---
> * $FreeBSD: head/sys/powerpc/include/profile.h 218824 2011-02-18 21:44:53Z nwhitehorn $
86c86
< " .quad ._mcount,.TOC.@tocbase,0 \n" \
---
> " .quad .L._mcount,.TOC.@tocbase,0\n" \
87a88
> " .type _mcount,@function \n" \
89,92c90,91
< " .globl ._mcount \n" \
< " .type ._mcount,@function \n" \
< "._mcount: \n" \
< " stdu %r1,-(288+120)(%r1) \n" \
---
> ".L._mcount: \n" \
> " stdu %r1,-(288+128)(%r1) \n" \
106c105
< " bl .__mcount \n" \
---
> " bl __mcount \n" \
118c117
< " addi %r1,%r1,(288+120) \n" \
---
> " addi %r1,%r1,(288+128) \n" \