Systemd/klibc/klibc/arch/s390x/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
340 B
ArmAsm

#
# arch/s390/crt0.S
#
# Does arch-specific initialization and invokes __libc_init
# with the appropriate arguments.
#
# See __static_init.c or __shared_init.c for the expected
# arguments.
#
.text
.align 4
.type _start,@function
.globl _start
_start:
lgr %r2,%r15
lghi %r3,0
aghi %r15,-160
jg __libc_init
.size _start,.-_start