mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
@@ -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)} :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user