* toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.

From-SVN: r33513
This commit is contained in:
Richard Henderson 2000-04-28 11:05:39 -07:00 committed by Richard Henderson
parent 72ddef6d32
commit d8d1d62b90
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-28 Richard Henderson <rth@cygnus.com>
* toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
2000-04-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* timevar.c (init_timevar): DeANSIfy function definition.

View File

@ -2518,7 +2518,7 @@ rest_of_type_compilation (type, toplev)
#endif
#ifdef SDB_DEBUGGING_INFO
if (write_symbols == SDB_DEBUG)
symout_time, sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
#endif
timevar_pop (TV_SYMOUT);
}