* Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.
commit51e8c210a0a7978cee3fb255d68bf67ff7f70827
authorrakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Oct 2002 09:14:04 +0000 (27 09:14 +0000)
committerrakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Oct 2002 09:14:04 +0000 (27 09:14 +0000)
tree19bcd9d6ce8522c7469e493cdbed2bbafeb9dd96
parentf48f94387affddbd8c5400ab05ca734238126b29
* Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.
* dwarf2out.c: Include hashtab.h.
(is_main_source): New static variable.
(attr_checksum, die_checksum): Modified to handle die references.
(same_loc_p, same_dw_val_p, same_attr_p, same_die_p, same_die_p_wrap,
unmark_all_dies, htab_cu_hash, htab_cu_eq, htab_cu_del, check_duplicate_cu,
record_comdat_symbol_number): New static functions.
(output_comp_unit, compute_section_prefix, is_type_die, break_out_includes,
mark_dies, unmark_dies, dwarf2out_start_source_file): Modified.
* toplev.c (rest_of_decl_compilation): Call of dwarf2out_decl for type
declarations added.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58578 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/dwarf2out.c
gcc/toplev.c