Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.
authorZdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Sun, 27 Oct 2002 09:14:04 +0000 (10:14 +0100)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Sun, 27 Oct 2002 09:14:04 +0000 (09:14 +0000)
commitcc0017a98304173d1d7ba32764086dfcbea8ce7b
tree19bcd9d6ce8522c7469e493cdbed2bbafeb9dd96
parent085825b83b283c7533aa4d95ceda37231c4c99dd
Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.

* 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.

From-SVN: r58578
gcc/ChangeLog
gcc/Makefile.in
gcc/dwarf2out.c
gcc/toplev.c