ELF: Don't check relocations in non-loaded, non-alloced sections
[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.526732 seconds and 4 git commands to generate.