mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-12 22:46:16 +00:00
PR ld/15041
* scripttempl/pep.sc (.pdata): Only accept .pdata sections. (.xdata): Similarly. (.debug_frame): Similarly.
This commit is contained in:
parent
1a18f0aeb1
commit
f5c66ab0f8
@ -1,3 +1,10 @@
|
||||
2013-01-23 Martin Koegler <martin.koegler@chello.at>
|
||||
|
||||
PR ld/15041
|
||||
* scripttempl/pep.sc (.pdata): Only accept .pdata sections.
|
||||
(.xdata): Similarly.
|
||||
(.debug_frame): Similarly.
|
||||
|
||||
2013-01-23 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR ld/15037
|
||||
|
@ -127,12 +127,12 @@ SECTIONS
|
||||
|
||||
.pdata ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
{
|
||||
*(.pdata*)
|
||||
*(.pdata)
|
||||
}
|
||||
|
||||
.xdata ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
{
|
||||
*(.xdata*)
|
||||
*(.xdata)
|
||||
}
|
||||
|
||||
.bss ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
@ -290,11 +290,11 @@ SECTIONS
|
||||
|
||||
.debug_frame ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
*(.debug_frame*)
|
||||
*(.debug_frame)
|
||||
}
|
||||
.zdebug_frame ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
|
||||
{
|
||||
*(.zdebug_frame*)
|
||||
*(.zdebug_frame)
|
||||
}
|
||||
|
||||
.debug_str ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
|
||||
|
Loading…
Reference in New Issue
Block a user