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:
parent
f0fb0ad52b
commit
2fce6d83ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user