Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 20:53:51 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234615 - head/sys/powerpc/include
Message-ID:  <201204232053.q3NKrpvl015153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204232053.q3NKrpvl015153>