aarch64 and arm testsuite fixes for targets lacking shared libs
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / rodata-merge-map.ld
1 /* Script for ld testsuite */
2 OUTPUT_ARCH(arm)
3 SECTIONS
4 {
5 .rodata :
6 {
7 *(.rodata*)
8 }
9 }
This page took 0.032719 seconds and 4 git commands to generate.