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