Remove unused file_string parameter in gdb_disassembly
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-2.d
CommitLineData
861fb55a
DJ
1#source: pic-and-nonpic-2a.s
2#source: pic-and-nonpic-2b.s
3#as: -32 -EB
4#ld: -melf32btsmip -Tpic-and-nonpic-1.ld
5#objdump: -dr
6
7.*
8
9Disassembly of section \.text:
10
1100041000 <__start>:
12 41000: 0c010406 jal 41018 <\.pic\.foo@@V2>
13 41004: 00000000 nop
14 \.\.\.
15
1600041018 <\.pic\.foo@@V2>:
17 41018: 3c190004 lui t9,0x4
18 4101c: 27391020 addiu t9,t9,4128
19
2000041020 <foo2>:
21 41020: 03e00008 jr ra
22 41024: 00000000 nop
23 \.\.\.
This page took 0.35989 seconds and 4 git commands to generate.