2009-06-26 Kai Tietz <kai.tietz@onevision.com>

* scripttempl/pe.sc (.debug_pubtypes): Added section rule.
        * scripttempl/pep.sc: Likewise.
This commit is contained in:
Kai Tietz 2009-06-26 17:23:10 +00:00
parent f9806fa5ae
commit a626fe20fb
3 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2009-06-26 Kai Tietz <kai.tietz@onevision.com>
* scripttempl/pe.sc (.debug_pubtypes): Added section rule.
* scripttempl/pep.sc: Likewise.
2009-06-25 Tristan Gingold <gingold@adacore.com>
* ldlang.c (print_input_section): Add is_discarded parameter. Adjust

View file

@ -213,6 +213,11 @@ SECTIONS
*(.debug_pubnames)
}
.debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)}
{
*(.debug_pubtypes)
}
/* DWARF 2. */
.debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
{

View file

@ -214,6 +214,11 @@ SECTIONS
*(.debug_pubnames)
}
.debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)}
{
*(.debug_pubtypes)
}
/* DWARF 2. */
.debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
{