symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-relax-1.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS `.option picX' with relaxation 1
3 #as: -32
4
5 # Verify that relaxation is done according to the `.option picX' setting
6 # at the time the relevant instruction was assembled rather than at
7 # relaxation time.
8
9 .*: +file format .*mips.*
10
11 Disassembly of section \.text:
12 [0-9a-f]+ <[^>]*> 3c020000 lui v0,0x0
13 [ ]*[0-9a-f]+: R_MIPS_HI16 bar
14 [0-9a-f]+ <[^>]*> 24420000 addiu v0,v0,0
15 [ ]*[0-9a-f]+: R_MIPS_LO16 bar
16 [0-9a-f]+ <[^>]*> 03e00008 jr ra
17 [0-9a-f]+ <[^>]*> 00000000 nop
18 \.\.\.
This page took 0.038309 seconds and 4 git commands to generate.