aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-12-10 10:48:27 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-12-10 10:48:27 +0000
commit2edfd4ee535fd5b837b69128e37bcdb389292387 (patch)
treeddf724895c1fcc9c46b68bba106e5e4b828d44e4 /gcc/collect2.h
parent72b1c47924070238e75c754ac3fdfdf980acee81 (diff)
downloadgcc-2edfd4ee535fd5b837b69128e37bcdb389292387.zip
gcc-2edfd4ee535fd5b837b69128e37bcdb389292387.tar.gz
gcc-2edfd4ee535fd5b837b69128e37bcdb389292387.tar.bz2
collect2.h: New header file for prototypes.
* collect2.h: New header file for prototypes. * Makefile.in (collect2.o, tlink.o): Depend on collect2.h. * collect2.c: Include collect2.h. * tlink.c: Likewise. From-SVN: r24231
Diffstat (limited to 'gcc/collect2.h')
-rw-r--r--gcc/collect2.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/collect2.h b/gcc/collect2.h
new file mode 100644
index 0000000..1b1919f
--- /dev/null
+++ b/gcc/collect2.h
@@ -0,0 +1,16 @@
+#ifndef __COLLECT2_H__
+#define __COLLECT2_H__
+
+extern void do_tlink PARAMS ((char **, char **));
+
+extern void collect_execute PARAMS ((char *, char **, char *));
+
+extern void collect_exit PARAMS ((int)) ATTRIBUTE_NORETURN;
+
+extern int collect_wait PARAMS ((char *));
+
+extern void dump_file PARAMS ((char *));
+
+extern int file_exists PARAMS ((char *));
+
+#endif /* ! __COLLECT2_H__ */