diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-10 10:48:27 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-10 10:48:27 +0000 |
commit | 1ae139718ffd3f9cab15c3783b64c3e6580c0529 (patch) | |
tree | ddf724895c1fcc9c46b68bba106e5e4b828d44e4 /gcc/tlink.c | |
parent | 097f7ac0001c2630bdb3d956973df1ea2623d702 (diff) | |
download | gcc-1ae139718ffd3f9cab15c3783b64c3e6580c0529.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24231 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tlink.c')
-rw-r--r-- | gcc/tlink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tlink.c b/gcc/tlink.c index 9e7403a7c0e..77e888ddb9a 100644 --- a/gcc/tlink.c +++ b/gcc/tlink.c @@ -25,6 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "hash.h" #include "demangle.h" #include "toplev.h" +#include "collect2.h" #define MAX_ITERATIONS 17 |