From 565e3f3ec215eb47c30758a8944a6efce5d1fbb1 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 6 Sep 1999 02:10:03 +0000 Subject: Makefile.in (ggc-simple.o): Depend on hash.h. * Makefile.in (ggc-simple.o): Depend on hash.h. * ggc.h (ggc_add_tree_hash_table_root): Declare. (ggc_mark_tree_varray): Likewise. (ggc_mark_tree_hash_table): Likewise. * ggc-simple.c: Include hash.h. (ggc_mark_tree_hash_table_ptr): New function. (ggc_mark_tree_hash_table_entry): Likewise. (ggc_mark_tree_hash_table): Likewise. (ggc_add_tree_hash_table_root): Likewise. * varray.h (const_equiv_data): Use struct rtx_def *, rather than * profile.c (output_func_start_profiler): Remove apparently nonsensical call to start_sequence. From-SVN: r29134 --- gcc/profile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/profile.c') diff --git a/gcc/profile.c b/gcc/profile.c index 98be128..38ed7a7 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1651,7 +1651,6 @@ output_func_start_profiler () /* Synthesize a constructor function to invoke __bb_init_func with a pointer to this object file's profile block. */ - start_sequence (); /* Try and make a unique name given the "file function name". -- cgit v1.1