Remove restriction on skipping some linker tests because their default image base...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / no-shared-1-o32.d
1 #ld: -T no-shared-1.ld
2 #objdump: -dr -j.text -j.data -j.got
3
4 .*
5
6
7 Disassembly of section \.text:
8
9 00050000 <__start>:
10 50000: 3c020007 lui v0,0x7
11 50004: 24428000 addiu v0,v0,-32768
12 50008: 8f828018 lw v0,-32744\(gp\)
13 5000c: 8f828018 lw v0,-32744\(gp\)
14 #...
15 Disassembly of section \.data:
16
17 00060000 .*:
18 60000: 00068000 .*
19 #...
20 Disassembly of section \.got:
21
22 00060010 <_GLOBAL_OFFSET_TABLE_>:
23 60010: 00000000 80000000 00068000 .*
This page took 0.031436 seconds and 4 git commands to generate.