binutils-gdb/ld/testsuite/ld-arm/rodata-merge-map.ld

10 lines
96 B
Plaintext

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