ld: Don't evaluate unneeded PROVIDE expressions.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / data-only-map.s
CommitLineData
33811162
DG
1.syntax unified
2.thumb
3.global _start
4_start:
5add.w r0, r1, r2
6
7.section .after1
8.word 0xeb010002
9
10.section .after2
11add.w r0, r1, r2
12
13.section .after3
14add.w r2, r1, r0
15
16.section .after4
17.word 0xeb010002
18
19.section .after5
20.word 0xeb010002
This page took 0.2331 seconds and 4 git commands to generate.