From: Jason Merrill Date: Sat, 24 Jun 2000 20:24:29 +0000 (-0400) Subject: add missed CL entry: X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=290c3f1d7d01d14bc264d904ca89f5df9f174219;p=platform%2Fupstream%2Fgcc.git add missed CL entry: * toplev.c (compile_file): Always call timevar_print. * Makefile.in (calls.o): Depend on TIMEVAR_H. From-SVN: r34682 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0dcfdff..0994def 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -91,6 +91,11 @@ * config/ia64/ia64.md (pred_rel_mutex): Only take one register. * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match. +2000-06-22 Jason Merrill + + * toplev.c (compile_file): Always call timevar_print. + * Makefile.in (calls.o): Depend on TIMEVAR_H. + 2000-06-22 Nathan Sidwell * varasm.c (constant_descriptor): Make contents unsigned char.