Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / regress / lib / csu / initfini / arch / i386 / initfini_asm.S
blob07af75651f34007374ce45de46bcfc1005cc4716
1 /*      $NetBSD$        */
3 /*
4  * This file placed in the public domain.
5  * Jason R. Thorpe, July 16, 2001.
6  */
8 #include <machine/asm.h>
10         .section .init, "ax", @progbits
11         call    _C_LABEL(i_am_init)
12         .previous
14         .section .fini, "ax", @progbits
15         call    _C_LABEL(i_am_fini)
16         .previous