mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 00:41:06 +00:00
* sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue.
* sysdeps/unix/alpha/sysdep.h (LEAF, ENTRY): Align entry points to 16 byte boundaries.
This commit is contained in:
parent
d627d8fb46
commit
def004d709
@ -39,6 +39,7 @@
|
||||
.set noat
|
||||
|
||||
ENTRY(memcpy)
|
||||
.prologue 0
|
||||
|
||||
mov $16, $0 # E : copy dest to return
|
||||
ble $18, $nomoredata # U : done with the copy?
|
||||
|
@ -43,14 +43,14 @@
|
||||
|
||||
#define LEAF(name, framesize) \
|
||||
.globl name; \
|
||||
.align 3; \
|
||||
.align 4; \
|
||||
.ent name, 0; \
|
||||
__LABEL(name) \
|
||||
.frame sp, framesize, ra
|
||||
|
||||
#define ENTRY(name) \
|
||||
.globl name; \
|
||||
.align 3; \
|
||||
.align 4; \
|
||||
.ent name, 0; \
|
||||
__LABEL(name) \
|
||||
.frame sp, 0, ra
|
||||
|
Loading…
Reference in New Issue
Block a user