Commit 5b0e2409 by Andreas Jaeger Committed by Andreas Jaeger

rtl.h: Remove declarations from coverage.h.

	* rtl.h: Remove declarations from coverage.h.
	* toplev.c: Include coverage.h.
	* Makefile.in (toplev.o): Depend on coverage.h.

	* toplev.h: Remove extra declaration of print_time.

	* gengtype.c (close_output_files): Remove duplicated declaration.

From-SVN: r68066
parent 4c168c6e
2003-06-17 Andreas Jaeger <aj@suse.de>
* rtl.h: Remove declarations from coverage.h.
* toplev.c: Include coverage.h.
* Makefile.in (toplev.o): Depend on coverage.h.
* toplev.h: Remove extra declaration of print_time.
* gengtype.c (close_output_files): Remove duplicated declaration.
2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org> 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
* config/sparc/sysv4.h: Remove target-independent comment; * config/sparc/sysv4.h: Remove target-independent comment;
......
...@@ -1490,7 +1490,7 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(RTL_ ...@@ -1490,7 +1490,7 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(RTL_
graph.h $(LOOP_H) except.h $(REGS_H) $(TIMEVAR_H) $(lang_options_files) \ graph.h $(LOOP_H) except.h $(REGS_H) $(TIMEVAR_H) $(lang_options_files) \
ssa.h $(PARAMS_H) $(TM_P_H) reload.h dwarf2asm.h $(TARGET_H) \ ssa.h $(PARAMS_H) $(TM_P_H) reload.h dwarf2asm.h $(TARGET_H) \
langhooks.h insn-flags.h options_.h cfglayout.h real.h cfgloop.h \ langhooks.h insn-flags.h options_.h cfglayout.h real.h cfgloop.h \
hosthooks.h $(LANGHOOKS_DEF_H) cgraph.h hosthooks.h $(LANGHOOKS_DEF_H) cgraph.h $(COVERAGE_H)
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DTARGET_NAME=\"$(target_alias)\" \ -DTARGET_NAME=\"$(target_alias)\" \
-c $(srcdir)/toplev.c $(OUTPUT_OPTION) -c $(srcdir)/toplev.c $(OUTPUT_OPTION)
......
...@@ -1271,8 +1271,6 @@ get_output_file_name (const char *input_file) ...@@ -1271,8 +1271,6 @@ get_output_file_name (const char *input_file)
/* Copy the output to its final destination, /* Copy the output to its final destination,
but don't unnecessarily change modification times. */ but don't unnecessarily change modification times. */
static void close_output_files (void);
static void static void
close_output_files (void) close_output_files (void)
{ {
......
...@@ -2226,11 +2226,6 @@ extern void dump_local_alloc PARAMS ((FILE *)); ...@@ -2226,11 +2226,6 @@ extern void dump_local_alloc PARAMS ((FILE *));
extern int local_alloc PARAMS ((void)); extern int local_alloc PARAMS ((void));
extern int function_invariant_p PARAMS ((rtx)); extern int function_invariant_p PARAMS ((rtx));
/* In coverage.c */
extern void coverage_init (const char *);
extern void coverage_finish (void);
extern void coverage_end_function (void);
/* In profile.c */ /* In profile.c */
extern void init_branch_prob PARAMS ((void)); extern void init_branch_prob PARAMS ((void));
extern void branch_prob PARAMS ((void)); extern void branch_prob PARAMS ((void));
......
...@@ -77,6 +77,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -77,6 +77,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "hosthooks.h" #include "hosthooks.h"
#include "cgraph.h" #include "cgraph.h"
#include "opts.h" #include "opts.h"
#include "coverage.h"
#if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO) #if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
#include "dwarf2out.h" #include "dwarf2out.h"
......
...@@ -30,7 +30,6 @@ extern int toplev_main (int, char **); ...@@ -30,7 +30,6 @@ extern int toplev_main (int, char **);
extern int read_integral_parameter (const char *, const char *, extern int read_integral_parameter (const char *, const char *,
const int); const int);
extern void strip_off_ending (char *, int); extern void strip_off_ending (char *, int);
extern void print_time (const char *, long);
extern const char *trim_filename (const char *); extern const char *trim_filename (const char *);
extern void internal_error (const char *, ...) extern void internal_error (const char *, ...)
ATTRIBUTE_NORETURN; ATTRIBUTE_NORETURN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment