summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/crti.S
blob: 6a29f2bc0bb09af98f14d021ee081eb3df42ff99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* glibc's sysdeps/x86_64/elf/initfini.c used for reference [PROLOG] */

.section .init
.globl _init
.type	_init, @function
_init:
	subq	$8, %rsp


.section .fini
.globl _fini
.type	_fini, @function
_fini:
	subq	$8, %rsp