xref: /openbsd/lib/csu/crtend.c (revision b3fe29f4)
1 /*	$OpenBSD: crtend.c,v 1.12 2017/01/21 00:45:13 guenther Exp $	*/
2 /*	$NetBSD: crtend.c,v 1.1 1996/09/12 16:59:04 cgd Exp $	*/
3 
4 #include <sys/types.h>
5 #include "md_init.h"
6 #include "extern.h"
7 
8 MD_DATA_SECTION_FLAGS_VALUE(".ctors", "aw", 0);
9 MD_DATA_SECTION_FLAGS_VALUE(".dtors", "aw", 0);
10 MD_DATA_SECTION_FLAGS_VALUE(".eh_frame", "a", 0);
11 MD_DATA_SECTION_FLAGS_VALUE(".jcr", "aw", 0);
12 
13 MD_SECTION_EPILOGUE(".init");
14 MD_SECTION_EPILOGUE(".fini");
15