MIPS16/GAS: Fix absolute references with PC-relative synthetic instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-addend-3.d
index 165e8f1e7e57faaae125131b9049ffc219bb8f18..f3ecb7516d6f1a3e53ee64a534281c457b014fbc 100644 (file)
@@ -1,3 +1,20 @@
+#objdump: -dr --prefix-addresses --show-raw-insn
 #name: MIPS16 branch relocation with addend 3
 #as: -32
-#error-output: mips16-branch-reloc-3.l
+
+.*: +file format .*mips.*
+
+Disassembly of section \.text:
+       \.\.\.
+[0-9a-f]+ <[^>]*> f101 1018    b       00002234 <foo\+0x1234>
+[      ]*[0-9a-f]+: R_MIPS16_PC16_S1   bar
+[0-9a-f]+ <[^>]*> f101 6018    bteqz   00002238 <foo\+0x1238>
+[      ]*[0-9a-f]+: R_MIPS16_PC16_S1   bar
+[0-9a-f]+ <[^>]*> f101 6118    btnez   0000223c <foo\+0x123c>
+[      ]*[0-9a-f]+: R_MIPS16_PC16_S1   bar
+[0-9a-f]+ <[^>]*> f101 2218    beqz    v0,00002240 <foo\+0x1240>
+[      ]*[0-9a-f]+: R_MIPS16_PC16_S1   bar
+[0-9a-f]+ <[^>]*> f101 2a18    bnez    v0,00002244 <foo\+0x1244>
+[      ]*[0-9a-f]+: R_MIPS16_PC16_S1   bar
+[0-9a-f]+ <[^>]*> 6500         nop
+       \.\.\.
This page took 0.025629 seconds and 4 git commands to generate.