MIPS/gas: Retain ISA mode bit for labels with .insn annotation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / insn-isa-mode.s
1 .text
2 .set nomicromips
3 .globl test1
4 .type test1, @function
5 test1:
6 la $3,test2+2
7 .set micromips
8 test2:
9 .insn
10 .half 0x0c00
11 .half 0x0c00
12 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
13 .align 4, 0
14 .space 16
This page took 0.029658 seconds and 4 git commands to generate.