ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[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.030266 seconds and 4 git commands to generate.