MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-pcrel-reloc-2.s
1 .text
2 .globl bar
3
4 .space 0x1000
5
6 .ent foo
7 .set mips16
8 foo:
9 la $2, bar
10 lw $2, bar
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
20 bar:
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.046773 seconds and 4 git commands to generate.