Systemd/klibc/klibc/arch/alpha/crt0.S
greg@kroah.com a41a0e28c2 [PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
Not hooked up to the build yet.
2005-04-26 21:05:23 -07:00

22 lines
307 B
ArmAsm

#
# arch/alpha/crt0.S
#
.text
.type __start,@function
.ent __start, 0
.globl __start
__start:
.frame $30, 0, $26, 0
mov $31, $15
br $29, 1f
1: ldgp $29, 0($29)
.prologue 0
lda $16, 0($30) # ELF data structure
lda $17, 0($0) # atexit pointer
jsr $26, __libc_init
.size __start,.-__start