* ld-elf/export-class.sd: New test.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / rodata-merge-map.ld
CommitLineData
7d500b83
CL
1/* Script for ld testsuite */
2OUTPUT_ARCH(arm)
3SECTIONS
4{
5 .rodata :
6 {
7 *(.rodata*)
8 }
9}
This page took 0.096293 seconds and 4 git commands to generate.