Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-local-ignore-5.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS branch local symbol relocation 5 (ignore branch ISA)
3 #as: -32 -mignore-branch-isa
4 #source: branch-local-5.s
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 \.\.\.
10 [0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
11 [0-9a-f]+ <[^>]*> 03e00009 jalr zero,ra
12 [0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
13 [0-9a-f]+ <[^>]*> 00000000 nop
14 [0-9a-f]+ <[^>]*> e80f not s0
15 [0-9a-f]+ <[^>]*> 17f6 b 0+001000 <foo>
16 [0-9a-f]+ <[^>]*> e80f not s0
17 [0-9a-f]+ <[^>]*> 22f4 beqz v0,0+001000 <foo>
18 [0-9a-f]+ <[^>]*> e80f not s0
19 [0-9a-f]+ <[^>]*> 60f2 bteqz 0+001000 <foo>
20 [0-9a-f]+ <[^>]*> e80f not s0
21 [0-9a-f]+ <[^>]*> e820 jr ra
22 [0-9a-f]+ <[^>]*> e80f not s0
23 \.\.\.
This page took 0.042738 seconds and 4 git commands to generate.