MIPS16: Handle non-extensible instructions correctly
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / noreorder.d
1 #objdump: -dr --disassemble-zeroes
2 #as: -march=mips2 -mabi=32
3 #name: noreorder test
4
5 .*: +file format .*mips.*
6
7 Disassembly of section .text:
8
9 00000000 <per_cpu_trap_init>:
10 0: 00000000 nop
11 4: 00000000 nop
12 8: 0c000000 jal 0 <per_cpu_trap_init>
13 8: R_MIPS_26 cpu_cache_init
14 c: 00000000 nop
15 10: 8fbf0010 lw ra,16\(sp\)
16 14: 08000000 j 0 <per_cpu_trap_init>
17 14: R_MIPS_26 tlb_init
18 18: 27bd0018 addiu sp,sp,24
19 1c: 00000000 nop
20 20: 00000000 nop
21 24: 1000fff6 b 0 <per_cpu_trap_init>
22 28: 00000000 nop
23 2c: 00000000 nop
This page took 0.031265 seconds and 4 git commands to generate.