1 /* $OpenBSD: crtendS.c,v 1.10 2017/01/21 00:45:13 guenther Exp $ */ 2 /* $NetBSD: crtend.c,v 1.1 1997/04/16 19:38:24 thorpej 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(".jcr", "aw", 0); 11 12 MD_SECTION_EPILOGUE(".init"); 13 MD_SECTION_EPILOGUE(".fini"); 14