* toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
From-SVN: r33513
This commit is contained in:
parent
72ddef6d32
commit
d8d1d62b90
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user