diff options
author | Tom Tromey <tromey@redhat.com> | 2010-07-07 17:23:39 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2010-07-07 17:23:39 +0000 |
commit | 9730bc27c97e294a05b6d71f82f500de2890056b (patch) | |
tree | 36e5a2d6ff28400d1fe31caff904f627834f515a /gcc/ChangeLog | |
parent | f5d5226b3d7cd2d667e4f40bf3180cf10aa0fb6a (diff) | |
download | gcc-9730bc27c97e294a05b6d71f82f500de2890056b.zip gcc-9730bc27c97e294a05b6d71f82f500de2890056b.tar.gz gcc-9730bc27c97e294a05b6d71f82f500de2890056b.tar.bz2 |
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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 832cf30..45e211a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2010-07-07 Tom Tromey <tromey@redhat.com> + + * 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. + 2010-07-07 Jie Zhang <jie@codesourcery.com> * genautomata.c (output_automata_list_min_issue_delay_code): |