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