]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/collect2.h
Update copyright years.
[thirdparty/gcc.git] / gcc / collect2.h
index bbfd6761caada87bf3b20fb33674fecf6a9b47e3..5aadf03a38cded09cea377a3fa333cca7e16521f 100644 (file)
@@ -1,5 +1,5 @@
-/* Header file for collect/tlink routines.
-   Copyright (C) 1998-2014 Free Software Foundation, Inc.
+/* Header file for collect routines.
+   Copyright (C) 1998-2022 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -20,26 +20,20 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_COLLECT2_H
 #define GCC_COLLECT2_H
 
-extern void do_tlink (char **, char **);
-
 extern struct pex_obj *collect_execute (const char *, char **, const char *,
                                        const char *, int flags);
 
 extern int collect_wait (const char *, struct pex_obj *);
 
-extern void dump_ld_file (const char *, FILE *);
-
 extern int file_exists (const char *);
 
-extern const char *ldout;
-extern const char *lderrout;
 extern const char *c_file_name;
 extern struct obstack temporary_obstack;
 extern char *temporary_firstobj;
-extern bool vflag, debug;
 extern bool may_unlink_output_file;
 
 extern void notice_translated (const char *, ...) ATTRIBUTE_PRINTF_1;
 extern void notice (const char *, ...) ATTRIBUTE_PRINTF_1;
 
+extern bool at_file_supplied;
 #endif /* ! GCC_COLLECT2_H */