mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
* scripttempl/pep.sc (.xdata): Merge .xdata* into .xdata section.
(.pdata): Merge .pdata* into .pdata section.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2013-02-15 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* scripttempl/pep.sc (.xdata): Merge .xdata* into .xdata section.
|
||||
(.pdata): Merge .pdata* into .pdata section.
|
||||
|
||||
2013-02-11 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ldlang.c (get_init_priority): Comment typo.
|
||||
|
@ -127,12 +127,12 @@ SECTIONS
|
||||
|
||||
.pdata ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
{
|
||||
*(.pdata)
|
||||
*(.pdata*)
|
||||
}
|
||||
|
||||
.xdata ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
{
|
||||
*(.xdata)
|
||||
*(.xdata*)
|
||||
}
|
||||
|
||||
.bss ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
|
Reference in New Issue
Block a user