aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/ironclad/crt-x86_64/crt0.S
blob: 18d109e7a6b36dc0e76690e1a536f1b777489e19 (plain)
1
2
3
4
5
6
7
8
9

.section .text
.global _start
_start:
    mov $main, %rdi
    call __mlibc_entry

.section .note.GNU-stack,"",%progbits