Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / no-shared-1-n32.d
1 #as: -march=from-abi -mabi=n32 -EB
2 #source: no-shared-1-o32.s
3 #ld: -melf32btsmipn32 -T no-shared-1.ld
4 #objdump: -dr -j.text -j.data -j.got
5
6 .*
7
8
9 Disassembly of section \.text:
10
11 00050000 <__start>:
12 50000: 3c020007 lui v0,0x7
13 50004: 24428000 addiu v0,v0,-32768
14 50008: 8f828018 lw v0,-32744\(gp\)
15 5000c: 8f828018 lw v0,-32744\(gp\)
16 #...
17 Disassembly of section \.data:
18
19 00060000 .*:
20 60000: 00068000 .*
21 #...
22 Disassembly of section \.got:
23
24 00060010 <_GLOBAL_OFFSET_TABLE_>:
25 60010: 00000000 80000000 00068000 .*
This page took 0.029942 seconds and 4 git commands to generate.