MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / pcrel-reloc-1-r6.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS R6 local PC-relative relocations 1
3 #as: -32 -mips32r6
4 #source: pcrel-reloc-1.s
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 [0-9a-f]+ <[^>]*> 1000ffff b 00000000 <foo>
10 [ ]*[0-9a-f]+: R_MIPS_PC16 bar
11 [0-9a-f]+ <[^>]*> 1000ffff b 00000004 <foo\+0x4>
12 [ ]*[0-9a-f]+: R_MIPS_PC16 bar
13 [0-9a-f]+ <[^>]*> 1000ffff b 00000008 <foo\+0x8>
14 [ ]*[0-9a-f]+: R_MIPS_PC16 bar
15 [0-9a-f]+ <[^>]*> 1000ffff b 0000000c <foo\+0xc>
16 [ ]*[0-9a-f]+: R_MIPS_PC16 bar
17 [0-9a-f]+ <[^>]*> 00000000 nop
18 \.\.\.
19 [0-9a-f]+ <[^>]*> 03e00009 jr ra
20 [0-9a-f]+ <[^>]*> 00000000 nop
21 \.\.\.
This page took 0.032711 seconds and 4 git commands to generate.