dwarf2out.c (output_file_names): New function.
authorUlrich Drepper <drepper@redhat.com>
Sun, 26 Nov 2000 19:12:18 +0000 (19:12 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Sun, 26 Nov 2000 19:12:18 +0000 (19:12 +0000)
commit0b34cf1e97bd1af350af9a221e8c2d27c518f4cb
tree186929e96d17ec6ec621cbc75226997e0d7ade48
parentbdb05a7b49ee8569b9efa1b0e0401b3026e1034e
dwarf2out.c (output_file_names): New function.

        * dwarf2out.c (output_file_names): New function.  Compute minimal
        combination of directory and file name table and emit them.
        (output_line_info): Remove code to emit directory and file name
        table and call output_file_names instead.
        (file_info_cmp): Helper function to sort directory names.

From-SVN: r37762
gcc/ChangeLog
gcc/dwarf2out.c