Update year range in copyright notice of all files owned by the GDB project.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-be8.s
1 .arch armv6
2 .text
3 arm:
4 mov r0, #0
5 $m:
6 bx lr
7 .thumb
8 .thumb_func
9 thumb:
10 nop
11 bx lr
12 bl thumb
13 data:
14 .word 0x12345678
This page took 0.031996 seconds and 4 git commands to generate.