r174604 - in /trunk/gcc: ChangeLog lto-streamer...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Fri Jun 3 14:53:00 GMT 2011
Author: dnovillo
Date: Fri Jun 3 14:53:27 2011
New Revision: 174604
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174604
Log:
* lto-streamer-in.c (get_resolution): Move to lto/lto.c.
(lto_register_var_decl_in_symtab): Likewise.
(lto_register_function_decl_in_symtab): Likewise.
(lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
logic to lto_read_decls.
lto/ChangeLog
* lto.c (get_resolution): Move from lto-streamer-in.c.
(lto_register_var_decl_in_symtab): Likewise.
(lto_register_function_decl_in_symtab): Likewise.
(uniquify_nodes): Call lto_register_var_decl and
lto_register_function_decl_in_symtab after reading a new
VAR_DECL or FUNCTION_DECL.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/lto-streamer-in.c
trunk/gcc/lto/ChangeLog
trunk/gcc/lto/lto.c
More information about the Gcc-cvs
mailing list