Initial revision
authorSteve Chamberlain <sac@cygnus>
Sun, 8 Dec 1991 01:21:25 +0000 (01:21 +0000)
committerSteve Chamberlain <sac@cygnus>
Sun, 8 Dec 1991 01:21:25 +0000 (01:21 +0000)
ld/ldctor.h [new file with mode: 0644]

diff --git a/ld/ldctor.h b/ld/ldctor.h
new file mode 100644 (file)
index 0000000..72ca8be
--- /dev/null
@@ -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));
+
This page took 0.025402 seconds and 4 git commands to generate.