* dwarf2out.c (file_table, file_table_allocated): Remove.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 2000 00:12:42 +0000 (00:12 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 2000 00:12:42 +0000 (00:12 +0000)
commit5a3023d92eca50b3fbae334e192010968ac9bbdc
tree120b1bc449bd0ffea964d8c2bb95260fdcd6e812
parent9eaff04f953de6730d10a37dbf28de922dbeab3b
    * dwarf2out.c (file_table, file_table_allocated): Remove.
        (file_table_allocated): Remove.
        (struct file_table): New.
        (decl_file_table, line_file_table): New.
        (print_dwarf_line_table): Use them.
        (size_of_line_prolog): Likewise.
        (output_line_info): Likewise.
        (add_src_coords_attributes): Likewise.
        (gen_subprogram_die): Likewise.
        (gen_variable_die): Likewise.
        (dwarf2out_add_library_unit_info): Likewise.
        (dwarf2out_line): Likewise.
        (lookup_filename): Take a struct file_table argument.
        (init_file_table): New.
        (dwarf2out_init): Use it.

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