1/* Script for ld testsuite */
2OUTPUT_ARCH(arm)
3SECTIONS
4{
5  .rodata :
6  {
7    *(.rodata*)
8  }
9}
10