2016-10-24 Ximin Luo <infinity0@pwned.gg>
commitbf8e44c9e49d658635b5a2ea4905333fa8845d1f
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Oct 2016 11:57:27 +0000 (24 11:57 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Oct 2016 11:57:27 +0000 (24 11:57 +0000)
tree50f226ba04019b5bb110b9f76dc737fd9750a19c
parentba35191ec9ce56dd3c5b0a84dc274aa5a7fe4739
2016-10-24  Ximin Luo  <infinity0@pwned.gg>

PR debug/77985
* dwarf2out.c (file_table_relative_p): Remove.
(gen_compile_unit_die, dwarf2out_early_finish): Emit DW_AT_comp_dir
also for absolute paths.
* doc/tm.texi: Update.
* doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Remove.
* target.def (force_at_comp_dir): Remove hook.
* config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Remove define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241473 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/dwarf2out.c
gcc/target.def