mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
bfd/
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:
@@ -294,5 +294,11 @@ SECTIONS
|
||||
{
|
||||
*(.debug_ranges)
|
||||
}
|
||||
|
||||
/* DWARF 4. */
|
||||
.debug_types ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
*(.debug_types) *(.gnu.linkonce.wt.*)
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
@@ -300,5 +300,11 @@ SECTIONS
|
||||
{
|
||||
*(.debug_ranges)
|
||||
}
|
||||
|
||||
/* DWARF 4. */
|
||||
.debug_types ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
*(.debug_types) *(.gnu.linkonce.wt.*)
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user