MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-relax-0.d
CommitLineData
ce8ad872
MR
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS `.option picX' with relaxation 0
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
11Disassembly of section \.text:
12[0-9a-f]+ <[^>]*> 3c1c0000 lui gp,0x0
13[ ]*[0-9a-f]+: R_MIPS_HI16 _gp_disp
14[0-9a-f]+ <[^>]*> 279c0000 addiu gp,gp,0
15[ ]*[0-9a-f]+: R_MIPS_LO16 _gp_disp
16[0-9a-f]+ <[^>]*> 0399e021 addu gp,gp,t9
17[0-9a-f]+ <[^>]*> 8f820000 lw v0,0\(gp\)
18[ ]*[0-9a-f]+: R_MIPS_GOT16 bar
19[0-9a-f]+ <[^>]*> 03e00008 jr ra
20[0-9a-f]+ <[^>]*> 00000000 nop
21 \.\.\.
This page took 0.033774 seconds and 4 git commands to generate.