aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/riscv/crt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/riscv/crt.h')
-rw-r--r--lib/csu/riscv/crt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/csu/riscv/crt.h b/lib/csu/riscv/crt.h
new file mode 100644
index 000000000000..e6b6b97f2525
--- /dev/null
+++ b/lib/csu/riscv/crt.h
@@ -0,0 +1,8 @@
+
+#ifndef _CRT_H_
+#define _CRT_H_
+
+#define HAVE_CTORS
+#define INIT_CALL_SEQ(func) "call " __STRING(func)
+
+#endif