re PR debug/53453 (darwin linker expects both AT_name and AT_comp_dir debug notes)
authorJack Howarth <howarth@bromo.med.uc.edu>
Tue, 29 May 2012 23:44:09 +0000 (23:44 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 29 May 2012 23:44:09 +0000 (23:44 +0000)
commit638c962f0a007ff2f59dc07b211a8c2579294e20
treeaa5b999c7d1d082b0e5c439e18b126cac9ddb7dc
parenta8b4175ce40f6fd96d2b7ed3868f34b7a4a8a1cc
re PR debug/53453 (darwin linker expects both AT_name and AT_comp_dir debug notes)

2012-05-29  Jack Howarth  <howarth@bromo.med.uc.edu>

PR debug/53453
* doc/tm.texi: Update.
* doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Add @hook.
* target.def (force_at_comp_dir): New hook.
* config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Define.
* dwarf2out.c (dwarf2out_finish): Check targetm.force_at_comp_dir.

From-SVN: r187994
gcc/ChangeLog
gcc/config/darwin.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/dwarf2out.c
gcc/target.def