MIPS/gas: Retain ISA mode bit for labels with .insn annotation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / insn-isa-mode.d
1 #objdump: -dr --show-raw-insn
2 #name: microMIPS ISA mode for .insn label references
3 #as: -32
4
5 .*: +file format .*mips.*
6
7 Disassembly of section \.text:
8 00000000 <test1>:
9 0: 3c030000 lui v1,0x0
10 0: R_MIPS_HI16 \.text
11 4: 2463000b addiu v1,v1,11
12 4: R_MIPS_LO16 \.text
13 00000008 <test2>:
14 8: 0c00 nop
15 a: 0c00 nop
16 \.\.\.
This page took 0.030247 seconds and 4 git commands to generate.