svn commit: r234615 - head/sys/powerpc/include

Nathan Whitehorn nwhitehorn at FreeBSD.org
Mon Apr 23 20:53:51 UTC 2012


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. at tocbase,0\n" \
 	"	.previous			\n" \
-	"	.size   main,24			\n" \
+	"	.size   _mcount,24		\n" \
 	"	.type	_mcount, at function	\n" \
 	"	.align	4			\n" \
 	".L._mcount:				\n" \


More information about the svn-src-all mailing list