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
8MD_DATA_SECTION_FLAGS_VALUE(".ctors", "aw", 0);
9MD_DATA_SECTION_FLAGS_VALUE(".dtors", "aw", 0);
10MD_DATA_SECTION_FLAGS_VALUE(".eh_frame", "a", 0);
11MD_DATA_SECTION_FLAGS_VALUE(".jcr", "aw", 0);
12
13MD_SECTION_EPILOGUE(".init");
14MD_SECTION_EPILOGUE(".fini");
15