* toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
authorRichard Henderson <rth@cygnus.com>
Fri, 28 Apr 2000 18:05:39 +0000 (11:05 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 28 Apr 2000 18:05:39 +0000 (11:05 -0700)
From-SVN: r33513

gcc/ChangeLog
gcc/toplev.c

index e7bd8c859f184729662831f2aed55a8ff15859ca..67669d3e226579d885f8bd74d1b3da318f2b3c22 100644 (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.
index e175a40c6da81e6f49865df982e5ab1fcbc37aa4..2b26ad164ed05676c5d878d314f1048d94ed18f2 100644 (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);
 }