mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
20 lines
183 B
Plaintext
20 lines
183 B
Plaintext
|
SECTIONS
|
||
|
{
|
||
|
.data :
|
||
|
{
|
||
|
KEEP (*(SORT(.xfa.*)))
|
||
|
}
|
||
|
}
|
||
|
|
||
|
INSERT AFTER .text;
|
||
|
|
||
|
SECTIONS
|
||
|
{
|
||
|
.rodata :
|
||
|
{
|
||
|
KEEP (*(SORT(.roxfa.*)))
|
||
|
}
|
||
|
}
|
||
|
|
||
|
INSERT AFTER .text;
|