Merge branch 'master' into merge-job
[deliverable/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
This page took 0.431398 seconds and 4 git commands to generate.