* 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

@@ -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)} :
{