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:
parent
f9806fa5ae
commit
a626fe20fb
3 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)} :
|
||||
{
|
||||
|
|
|
@ -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)} :
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue