]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-arm/data-only-map.ld
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-arm / data-only-map.ld
CommitLineData
33811162
DG
1/* Script for ld testsuite */
2OUTPUT_ARCH(arm)
3ENTRY(_start)
4SECTIONS
5{
6 .text :
7 {
8 *(.text)
9 *(.after1)
10 *(.after2)
11 *(.after3)
12 *(.after4)
13 *(.after5)
14 } =0
15}
16