Align functions to 16-byte boundaries due to profiling granularity.
This commit is contained in:
parent
66821a4c67
commit
7256cdffc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user