2011-08-06 Kai Tietz <ktietz@redhat.com>
* scripttempl/pep.sc: Add .debug_macro section. * scripttempl/pe.sc: Likewise.
This commit is contained in:
parent
14fe068bd8
commit
b990ad6169
3 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-08-06 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* scripttempl/pep.sc: Add .debug_macro section.
|
||||
* scripttempl/pe.sc: Likewise.
|
||||
|
||||
2011-08-05 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR ld/12762
|
||||
|
|
|
@ -292,6 +292,11 @@ SECTIONS
|
|||
*(.debug_varnames)
|
||||
}
|
||||
|
||||
.debug_macro ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
*(.debug_macro)
|
||||
}
|
||||
|
||||
/* DWARF 3. */
|
||||
.debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
|
|
|
@ -298,6 +298,11 @@ SECTIONS
|
|||
*(.debug_varnames)
|
||||
}
|
||||
|
||||
.debug_macro ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
*(.debug_macro)
|
||||
}
|
||||
|
||||
/* DWARF 3. */
|
||||
.debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue