dwarf2out.c (dwarf2out_finish): Add AT_comp_dir attribute even if input file name...
authorJakub Jelinek <jakub@redhat.com>
Tue, 4 Feb 2003 13:30:02 +0000 (14:30 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 4 Feb 2003 13:30:02 +0000 (14:30 +0100)
commit79c758fbcf8494e1bfb33a42df55c6586e5ef04b
treed0dc71a769d3162df179d6cb3017e91d74dbe58e
parent5b59406b2ee2f879d9ff22d5991984ed401a289c
dwarf2out.c (dwarf2out_finish): Add AT_comp_dir attribute even if input file name is absolute...

* dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
attribute even if input file name is absolute, but one of the
includes is relative.

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