MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / mips / mips16-alias.d
1 #PROG: objcopy
2 #objdump: -d --prefix-addresses --show-raw-insn
3 #name: MIPS16 instruction alias disassembly
4 #as: -32 -mips3
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 [0-9a-f]+ <[^>]*> 6500 nop
10 [0-9a-f]+ <[^>]*> 0a08 la v0,00000020 <bar>
11 [0-9a-f]+ <[^>]*> b207 lw v0,00000020 <bar>
12 [0-9a-f]+ <[^>]*> fe47 dla v0,00000020 <bar>
13 [0-9a-f]+ <[^>]*> fc43 ld v0,00000020 <bar>
14 \.\.\.
15 \.\.\.
This page took 0.031684 seconds and 4 git commands to generate.