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