r139602 - in /branches/lto/gcc: ChangeLog.lto M...

dougkwan@gcc.gnu.org dougkwan@gcc.gnu.org
Tue Aug 26 17:11:00 GMT 2008


Author: dougkwan
Date: Tue Aug 26 17:11:48 2008
New Revision: 139602

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139602
Log:
2008-08-26  Doug Kwan  <dougkwan@google.com>

	* (lto_decl_stream_e_t): New type.
	* Makefile.in (lto-section-out.o): Add BITMAP_H.
	* lto-section-out.c (bitmap.h): New include.
	(write_symbol_vec): Renamed from produce_symtabl_1.  Also take a new
	parameter SEEN to avoid duplicate symbols.
	(write_symbols_of_kind): New.
	(produce_symtab): Remove FUNCTIONS and VARIABLES parameters.
	Now also look at out-decl states of functions for symbols.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/Makefile.in
    branches/lto/gcc/lto-header.h
    branches/lto/gcc/lto-section-out.c



More information about the Gcc-cvs mailing list