Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-pcrel-absolute-6.s
CommitLineData
8507b6e7
MR
1 .text
2
3 .space 0x1000
4
5 .ent foo
6 .set mips16
7foo:
8 dla $2, 0x12345678
9 ld $2, 0x12345678
10 dla $2, bar
11 ld $2, bar
12 dla $2, bar + 0x2468
13 ld $2, bar + 0x2468
14 dla $2, 0x2468ace0
15 ld $2, 0x2468ace0
16 nop
17 .set nomips16
18 .end foo
19
20# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
21 .align 4, 0
22 .space 16
23
24 .set bar, 0x12345678
This page took 0.058904 seconds and 4 git commands to generate.