Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-3a.dd
CommitLineData
861fb55a
DJ
1# GOT layout:
2#
3# -32752: lazy resolution function
4# -32748: reserved for module pointer
5# -32744: the GOT page entry
6# -32740: foo's GOT entry
7# -32736: ext's GOT entry
8
9.*
10
11Disassembly of section \.text:
12
1300000800 <foo>:
14 800: 3c1c0001 lui gp,0x1
15 804: 279c7bf0 addiu gp,gp,31728
16 808: 0399e021 addu gp,gp,t9
17 80c: 8f99801c lw t9,-32740\(gp\)
18 810: 8f828018 lw v0,-32744\(gp\)
19 814: 03200008 jr t9
20 818: 24420000 addiu v0,v0,0
21
220000081c <bar>:
23 81c: f000 6a01 li v0,1
24 820: f3cf 0a10 la v0,83f0 .*
25 824: f400 3240 sll v0,16
26 828: e269 addu v0,v1
27 82a: f030 9a60 lw v1,-32736\(v0\)
28 82e: 659a move gp,v0
29 830: eb00 jr v1
30 832: 653b move t9,v1
31#...
32Disassembly of section \.MIPS\.stubs:
33
1bbce132 3400000c00 <_MIPS_STUBS_>:
861fb55a 35 c00: 8f998010 lw t9,-32752\(gp\)
40fc1451 36 c04: 03e07825 move t7,ra
861fb55a 37 c08: 0320f809 jalr t9
2f9efdfc 38 c0c: 24180005 li t8,5
861fb55a 39 \.\.\.
This page took 0.380839 seconds and 4 git commands to generate.