Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-absolute-n32.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS branch to absolute expression (n32)
3 #as: -n32 -march=from-abi
4 #source: branch-absolute.s
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 \.\.\.
10 [0-9a-f]+ <[^>]*> 10000000 b 00001004 <foo\+0x4>
11 [ ]*[0-9a-f]+: R_MIPS_PC16 \*ABS\*\+0x1230
12 [0-9a-f]+ <[^>]*> 00000000 nop
13 [0-9a-f]+ <[^>]*> 04110000 bal 0000100c <foo\+0xc>
14 [ ]*[0-9a-f]+: R_MIPS_PC16 \*ABS\*\+0x1230
15 [0-9a-f]+ <[^>]*> 00000000 nop
16 [0-9a-f]+ <[^>]*> 04100000 bltzal zero,00001014 <foo\+0x14>
17 [ ]*[0-9a-f]+: R_MIPS_PC16 \*ABS\*\+0x1230
18 [0-9a-f]+ <[^>]*> 00000000 nop
19 [0-9a-f]+ <[^>]*> 10400000 beqz v0,0000101c <foo\+0x1c>
20 [ ]*[0-9a-f]+: R_MIPS_PC16 \*ABS\*\+0x1230
21 [0-9a-f]+ <[^>]*> 00000000 nop
22 [0-9a-f]+ <[^>]*> 14400000 bnez v0,00001024 <foo\+0x24>
23 [ ]*[0-9a-f]+: R_MIPS_PC16 \*ABS\*\+0x1230
24 [0-9a-f]+ <[^>]*> 00000000 nop
25 \.\.\.
This page took 0.030319 seconds and 4 git commands to generate.