* ld-mips-elf/elf-rel-got-n32.d, ld-mips-elf/elf-rel-got-n64-linux.d,
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / rel32-n32.d
1 #name: MIPS rel32 n32
2 #source: rel32.s
3 #as: -KPIC -EB -n32
4 #readelf: -x 5 -r
5 #ld: -shared -melf32btsmipn32
6
7 Relocation section '.rel.dyn' at offset 0x304 contains 2 entries:
8 Offset Info Type Sym.Value Sym. Name
9 00000000 00000000 R_MIPS_NONE
10 00000330 00000003 R_MIPS_REL32
11
12 Hex dump of section '.text':
13 0x00000320 00000000 00000000 00000000 00000000 ................
14 0x00000330 00000330 00000000 00000000 00000000 ................
15 0x00000340 00000000 00000000 00000000 00000000 ................
This page took 0.031513 seconds and 5 git commands to generate.