Page MenuHomeFreeBSD

D21537.diff
No OneTemporary

D21537.diff

Index: head/lib/csu/riscv/crt.h
===================================================================
--- head/lib/csu/riscv/crt.h
+++ head/lib/csu/riscv/crt.h
@@ -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

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 12, 3:48 AM (10 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38760720
Default Alt Text
D21537.diff (363 B)

Event Timeline