r116677 - in /branches/lto: ChangeLog.lto gcc/d...
mmitchel@gcc.gnu.org
mmitchel@gcc.gnu.org
Mon Sep 4 04:50:00 GMT 2006
Author: mmitchel
Date: Mon Sep 4 04:50:19 2006
New Revision: 116677
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116677
Log:
* gcc/tree.h (SYMTAB_DIE): Remove reference to SDB format in
comments.
* gcc/dwarf2out.c (assign_symbol_name): New function.
(assign_symbol_names): Use it.
(lto_init_ref): New function.
(lto_type_ref): Likewise.
(lto_var_ref): Likewise.
(lto_fn_ref): Likewise.
* gcc/dwarf2out.h (lto_out_ref): New structure.
(lto_type_ref): Declare.
(lto_var_ref): Likewise.
(lto_fn_ref): Likewise.
* lto.c (<inttypes.h>): Don't include it.
(lto_context): Don't typedef it.
(lto_resolve_reference): New function.
(lto_read_form): Use it.
(lto_resolve_type_ref): New function.
(lto_resolve_var_ref): Likewise.
(lto_resolve_fn_ref): Likewise.
* lto.h (<inttypes.h>): Include it.
(lto_context): New type.
(lto_ref): New structure.
(lto_resolve_type_ref): Declare.
(lto_resolve_var_ref): Likewise.
(lto_resolve_fn_ref): Likewise.
Added:
branches/lto/gcc/lto/lang-specs.h
Modified:
branches/lto/ChangeLog.lto
branches/lto/gcc/dwarf2out.c
branches/lto/gcc/dwarf2out.h
branches/lto/gcc/lto/ChangeLog
branches/lto/gcc/lto/lto.c
branches/lto/gcc/lto/lto.h
branches/lto/gcc/tree.h
More information about the Gcc-cvs
mailing list