aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/ldctor.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ldctor.h b/ld/ldctor.h
new file mode 100644
index 0000000..72ca8be
--- /dev/null
+++ b/ld/ldctor.h
@@ -0,0 +1,9 @@
+
+void EXFUN(find_constructors,(void));
+void EXFUN(ldlang_check_for_constructors,(
+ struct
+ lang_input_statement_struct *));
+
+
+void EXFUN(ldlang_add_constructor,(ldsym_type *name));
+