Update year range in copyright notice of all files owned by the GDB project.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / data-only-map.s
1 .syntax unified
2 .thumb
3 .global _start
4 _start:
5 add.w r0, r1, r2
6
7 .section .after1
8 .word 0xeb010002
9
10 .section .after2
11 add.w r0, r1, r2
12
13 .section .after3
14 add.w r2, r1, r0
15
16 .section .after4
17 .word 0xeb010002
18
19 .section .after5
20 .word 0xeb010002
This page took 0.030616 seconds and 4 git commands to generate.