xref: /haiku/src/system/glue/arch/sparc/crtn.S (revision 1deede7388b04dbeec5af85cae7164735ea9e70d)
1/*
2 * Copyright 2019, Adrien Destugues, pulkomandy@pulkomandy.tk
3 * Distributed under the terms of the MIT License.
4 */
5
6
7/**	This file contains the final part of the ".init" and ".fini" sections in
8 *	the ELF executable. It is tightly connected to crti.S.
9 *	Have a look at crti.S to find a description of what happens here.
10 */
11
12
13.section .init
14
15.section .fini
16