10 lines
96 B
Text
10 lines
96 B
Text
|
/* Script for ld testsuite */
|
||
|
OUTPUT_ARCH(arm)
|
||
|
SECTIONS
|
||
|
{
|
||
|
.rodata :
|
||
|
{
|
||
|
*(.rodata*)
|
||
|
}
|
||
|
}
|