2010-11-04  Kai Tietz  <kai.tietz@onevision.com>

        * coffcode.h (GNU_LINKONCE_WT): New.
        (sec_to_styp_flags): Add handling of new debug
        section.
        (styp_to_sec_flags): Likewise.

ld/
010-11-04  Kai Tietz  <kai.tietz@onevision.com>

       * scripttempl/pe.sc (.debug_types): New.
       * scripttempl/pep.sc: Likewise.
This commit is contained in:
Kai Tietz
2010-11-04 16:03:25 +00:00
parent 52e00d5033
commit 802d48223b
5 changed files with 30 additions and 1 deletions

View File

@@ -294,5 +294,11 @@ SECTIONS
{
*(.debug_ranges)
}
/* DWARF 4. */
.debug_types ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
{
*(.debug_types) *(.gnu.linkonce.wt.*)
}
}
EOF

View File

@@ -300,5 +300,11 @@ SECTIONS
{
*(.debug_ranges)
}
/* DWARF 4. */
.debug_types ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
{
*(.debug_types) *(.gnu.linkonce.wt.*)
}
}
EOF