Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171441136
D21537.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
363 B
Referenced Files
None
Subscribers
None
D21537.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D21537: csu: Add the riscv .init call sequence
Attached
Detach File
Event Timeline
Log In to Comment