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;
 
_______________________________________________
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"

Reply via email to