]> git.ipfire.org Git - thirdparty/gcc.git/commit
tm.texi: Update.
authorTom Tromey <tromey@redhat.com>
Wed, 7 Jul 2010 17:23:39 +0000 (17:23 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 7 Jul 2010 17:23:39 +0000 (17:23 +0000)
commit9730bc27c97e294a05b6d71f82f500de2890056b
tree36e5a2d6ff28400d1fe31caff904f627834f515a
parentf5d5226b3d7cd2d667e4f40bf3180cf10aa0fb6a
tm.texi: Update.

gcc
* doc/tm.texi: Update.
* doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
Add @hook.
* target.def (want_debug_pub_sections): New hook.
* config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
* dwarf2out.c (add_pubname_string): Check
targetm.want_debug_pub_sections.
(add_pubname): Likewise.
(add_pubtype): Likewise.
gcc/testsuite
* g++.dg/debug/dwarf2/pubnames-1.C: Make darwin-specific.

From-SVN: r161924
gcc/ChangeLog
gcc/config/darwin.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/dwarf2out.c
gcc/target.def
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/dwarf2/pubnames-1.C