symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@branch-misc-4.d
CommitLineData
df58fc94
RS
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS branch-misc-4
3#as: -32
4#source: branch-misc-4.s
5
6# Verify PC-relative relocations do not overflow (microMIPS).
7
8.*: +file format .*mips.*
9
10Disassembly of section \.text:
11 \.\.\.
7bd374a4 12([0-9a-f]+) <[^>]*> 40e0 fffe bc \1 <foo>
df58fc94 13[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
7bd374a4 14([0-9a-f]+) <[^>]*> 40e0 fffe bc \1 <\.Lfoo>
df58fc94 15[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \.Lbar
df58fc94
RS
16 \.\.\.
17
18Disassembly of section \.init:
7bd374a4 19([0-9a-f]+) <[^>]*> 40e0 fffe bc \1 <bar>
df58fc94 20[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 foo
7bd374a4 21([0-9a-f]+) <[^>]*> 40e0 fffe bc \1 <\.Lbar>
df58fc94 22[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \.Lfoo
df58fc94 23 \.\.\.
This page took 0.482431 seconds and 4 git commands to generate.