Author: nwhitehorn Date: Mon Apr 23 20:53:50 2012 New Revision: 234615 URL: http://svn.freebsd.org/changeset/base/234615
Log: Fix copy-and-paste error in r230400. MFC after: 3 days Modified: head/sys/powerpc/include/profile.h Modified: head/sys/powerpc/include/profile.h ============================================================================== --- head/sys/powerpc/include/profile.h Mon Apr 23 20:45:31 2012 (r234614) +++ head/sys/powerpc/include/profile.h Mon Apr 23 20:53:50 2012 (r234615) @@ -85,7 +85,7 @@ __asm( " .text \n" \ "_mcount: \n" \ " .quad .L._mcount,.TOC.@tocbase,0\n" \ " .previous \n" \ - " .size main,24 \n" \ + " .size _mcount,24 \n" \ " .type _mcount,@function \n" \ " .align 4 \n" \ ".L._mcount: \n" \ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"