2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
[binutils-gdb.git] / ld / testsuite / ld-arm / data-only-map.ld
1 /* Script for ld testsuite */
2 OUTPUT_ARCH(arm)
3 ENTRY(_start)
4 SECTIONS
5 {
6 .text :
7 {
8 *(.text)
9 *(.after1)
10 *(.after2)
11 *(.after3)
12 *(.after4)
13 *(.after5)
14 } =0
15 }
16