summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-25 13:11:17 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-25 13:11:17 +0000
commit8f3763647e78c8ebef9bcbd817f76849eabf9244 (patch)
tree4c4f3626796f07f5c60165bd980cdfefe79f889c /gcc/collect2.c
parentf937cbd7b49a45eb60a900bcdd5039ca442fee13 (diff)
downloadgcc-8f3763647e78c8ebef9bcbd817f76849eabf9244.tar.gz
include:
* libiberty.h (make_temp_file): Add a prototype. libiberty: * choose-temp.c: Remove obsolete comment about gcc. (make_temp_file): Constify a char*. gcc: * collect2.c (make_temp_file): Don't prototype. * gcc.c (make_temp_file): Likewise. * mips.c (mips_make_temp_file): Renamed from `make_temp_file'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29662 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 4e61a0d9b51..2e3d3b1929a 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -52,8 +52,6 @@ Boston, MA 02111-1307, USA. */
/* Obstack allocation and deallocation routines. */
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
-
-extern char *make_temp_file PROTO ((const char *));
/* On certain systems, we have code that works by scanning the object file
directly. But this code uses system-specific header files and library