Align functions to 16-byte boundaries due to profiling granularity.

This commit is contained in:
Marcel Moolenaar 2008-04-03 17:40:20 +00:00
parent 66821a4c67
commit 7256cdffc9

View File

@ -61,7 +61,7 @@
.data; .align 2; .globl x; x:
#define _ENTRY(x) \
.text; .align 2; .globl x; .type x,@function; x:
.text; .align 4; .globl x; .type x,@function; x:
#ifdef GPROF
# define _PROF_PROLOGUE mflr 0; stw 0,4(1); bl _mcount