summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/crtn.s
blob: 6e28aace39007313e4b3df66cb9afa856b40cb6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.section .init
	pop %rdx
	pop %rcx
	pop %r10
	or  %r10,%rax
	ret

.section .fini
	pop %rdx
	pop %rcx
	pop %r10
	or  %r10,%rax
	ret

	.section .got$_pei386_runtime_relocator,"r"
	.global __imp__pei386_runtime_relocator
__imp__pei386_runtime_relocator:
	.quad	_pei386_runtime_relocator
	.linkonce discard