Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2010 22:29:02 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209617 - head/sys/ia64/include
Message-ID:  <201006302229.o5UMT2Jp078677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Wed Jun 30 22:29:02 2010
New Revision: 209617
URL: http://svn.freebsd.org/changeset/base/209617

Log:
  While functions are ideally aligned to a 32-byte boundary, don't
  assume this to be the case.

Modified:
  head/sys/ia64/include/profile.h

Modified: head/sys/ia64/include/profile.h
==============================================================================
--- head/sys/ia64/include/profile.h	Wed Jun 30 21:05:51 2010	(r209616)
+++ head/sys/ia64/include/profile.h	Wed Jun 30 22:29:02 2010	(r209617)
@@ -32,7 +32,7 @@
 #define	_MCOUNT_DECL	void __mcount
 #define	MCOUNT
 
-#define	FUNCTION_ALIGNMENT	32
+#define	FUNCTION_ALIGNMENT	16
 
 typedef unsigned long	fptrdiff_t;
 



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