Delay converting linker script defined symbols from absolute
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / no-shared-1-n32.d
CommitLineData
99262e37 1#as: -march=from-abi -mabi=n32 -EB
0a61c8c2
RS
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
9Disassembly of section \.text:
10
1100050000 <__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#...
17Disassembly of section \.data:
18
975f8a9e 1900060000 .*:
0a61c8c2
RS
20 60000: 00068000 .*
21#...
22Disassembly of section \.got:
23
2400060010 <_GLOBAL_OFFSET_TABLE_>:
25 60010: 00000000 80000000 00068000 .*
This page took 0.342156 seconds and 4 git commands to generate.