1 /* $NetBSD: initfini_asm.S,v 1.1 2001/07/17 06:40:25 matt Exp $ */
4 * This file placed in the public domain.
5 * Matt A. Thomas, July 16, 2001.
8 #include <machine/asm.h>
10 .section .init, "ax", "progbits"
11 bl _C_LABEL(i_am_init)
14 .section .fini, "ax", "progbits"
15 bl _C_LABEL(i_am_fini)