* ld-mips-elf/mips-elf.exp (linux_gnu): New variable. Add:
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / rel32-o32.d
1 #name: MIPS rel32 o32
2 #source: rel32.s
3 #as: -KPIC -32
4 #readelf: -x 6 -r
5 #ld: -shared -melf32btsmip
6
7 Relocation section '.rel.dyn' at offset 0x3e0 contains 2 entries:
8 Offset Info Type Sym.Value Sym. Name
9 00000000 00000000 R_MIPS_NONE
10 00000400 00000003 R_MIPS_REL32
11
12 Hex dump of section '.text':
13 0x000003f0 00000000 00000000 00000000 00000000 ................
14 0x00000400 00000400 00000000 00000000 00000000 ................
15 0x00000410 00000000 00000000 00000000 00000000 ................
16 0x00000420 00000000 00000000 00000000 00000000 ................
This page took 0.032417 seconds and 5 git commands to generate.