1 /* $NetBSD: initfini_asm.S,v 1.1 2001/07/17 11:29:55 mrg Exp $ */
4 * This file placed in the public domain.
5 * matthew green, July 17, 2001.
8 #include <machine/asm.h>
10 .section .init, "ax", @progbits
11 call _C_LABEL(i_am_init)
15 .section .fini, "ax", @progbits
16 call _C_LABEL(i_am_fini)