* scripttempl/pep.sc (.xdata): Merge .xdata* into .xdata section.
(.pdata): Merge .pdata* into .pdata section.
This commit is contained in:
parent
4c261dff51
commit
b138e9bffd
2 changed files with 7 additions and 2 deletions
|
@ -127,12 +127,12 @@ SECTIONS
|
|||
|
||||
.pdata ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
{
|
||||
*(.pdata)
|
||||
*(.pdata*)
|
||||
}
|
||||
|
||||
.xdata ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
{
|
||||
*(.xdata)
|
||||
*(.xdata*)
|
||||
}
|
||||
|
||||
.bss ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue