MIPS: Fix the encoding of immediates with microMIPS JALX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / pcrel-4-32.d
1 #objdump: -sr
2 #name: Valid cross-section PC-relative references (o32)
3 #as: -32 -EB
4 #source: pcrel-4.s
5
6 .*: file format .*
7
8 RELOCATION RECORDS FOR \[\.data\]:
9 OFFSET TYPE VALUE
10 00000000 R_MIPS_PC32 foo
11 00000004 R_MIPS_PC32 foo
12 00000008 R_MIPS_PC32 foo
13 0000000c R_MIPS_PC32 foo
14
15 #...
16 Contents of section \.data:
17 0000 00000000 00000004 00000008 fffffff0 ................
18 #pass
This page took 0.03055 seconds and 4 git commands to generate.