aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
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.c
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.c')
-rw-r--r--gcc/collect2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 7638e4d..978c3e7 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA. */
#define COLLECT
+#include "collect2.h"
#include "demangle.h"
#include "obstack.h"
#ifdef __CYGWIN__