2014-01-15 10:53:42 +01:00

10 lines
96 B
Plaintext

/* Script for ld testsuite */
OUTPUT_ARCH(arm)
SECTIONS
{
.rodata :
{
*(.rodata*)
}
}