* gas/mips/eret-2.s: Add an instruction to fill a branch delay
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / eret-2.d
1 #objdump: -d
2 #name: MIPS eret-2 disassembly
3 #as: -mabi=32 -mfix-24k -march=24kc --no-warn
4
5 .*\.o: file format .*mips.*
6
7 Disassembly of section \.text:
8
9 [0-9a-f]+ <foo>:
10 [ 0-9a-f]+: 42000018 eret
11 [ 0-9a-f]+: 00000000 nop
12 [ 0-9a-f]+: 1000fffd b [0-9a-f]+ <foo>
13 [ 0-9a-f]+: 00000000 nop
14 [ 0-9a-f]+: 42000018 eret
15 [ 0-9a-f]+: 00000000 nop
16 [ 0-9a-f]+: 1000fffd b [0-9a-f]+ <foo\+0x10>
17 [ 0-9a-f]+: 00000006 srlv zero,zero,zero
18 \.\.\.
This page took 0.032216 seconds and 5 git commands to generate.