aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r--gcc/gcc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/gcc.h b/gcc/gcc.h
index 1c782c7..d92db45 100644
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -42,7 +42,13 @@ extern void lang_specific_driver PARAMS ((int *, const char *const **, int *));
/* Called before linking. Returns 0 on success and -1 on failure. */
extern int lang_specific_pre_link PARAMS ((void));
+extern int n_infiles;
+
/* Number of extra output files that lang_specific_pre_link may generate. */
extern int lang_specific_extra_outfiles;
+/* A vector of corresponding output files is made up later. */
+
+extern const char **outfiles;
+
#endif /* ! __GCC_H__ */