2011-09-01 Christophe Lyon <christophe.lyon@st.com>
[external/binutils.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 }