No empty .Rs/.Re
[netbsd-mini2440.git] / regress / lib / csu / initfini / arch / x86_64 / initfini_asm.S
blobb779d372870038c31be2bd96c2e20aff29f26b17
1 /*      $NetBSD: initfini_asm.S,v 1.1 2001/07/17 04:03:53 thorpej Exp $ */
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