tiny typo in timevar change

Richard Henderson rth@cygnus.com
Fri Apr 28 11:06:00 GMT 2000


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

Index: toplev.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/toplev.c,v
retrieving revision 1.326
diff -c -p -d -r1.326 toplev.c
*** toplev.c	2000/04/28 00:59:39	1.326
--- toplev.c	2000/04/28 18:04:33
*************** rest_of_type_compilation (type, toplev)
*** 2518,2524 ****
  #endif
  #ifdef SDB_DEBUGGING_INFO
    if (write_symbols == SDB_DEBUG)
!     symout_time, sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
  #endif
    timevar_pop (TV_SYMOUT);
  }
--- 2518,2524 ----
  #endif
  #ifdef SDB_DEBUGGING_INFO
    if (write_symbols == SDB_DEBUG)
!     sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
  #endif
    timevar_pop (TV_SYMOUT);
  }


More information about the Gcc-patches mailing list