csu: Add the riscv .init call sequence

Reviewed by:	br
Sponsored by:	Axiado
Differential Revision:	https://reviews.freebsd.org/D21537
This commit is contained in:
Kristof Provost 2019-09-09 16:25:09 +00:00
parent 6d261981ee
commit d4402ecd3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352073

View File

@ -1,2 +1,9 @@
/* $FreeBSD$ */
/* Empty so we can include this unconditionally */
#ifndef _CRT_H_
#define _CRT_H_
#define HAVE_CTORS
#define INIT_CALL_SEQ(func) "call " __STRING(func)
#endif