This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [LTO][PATCH] Fix missing IL symbol bug.


On Tue, Aug 26, 2008 at 04:05, Doug Kwan (關振紱) <dougkwan@google.com> wrote:

> 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 FUCNTIONS and VARIABLES parameters.
>        Now also look at out-decl states of functions for symbols.

s/FUCNTIONS/FUNCTIONS/

OK otherwise.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]