Don't PROVIDE over top of common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-2.d
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
9 Disassembly of section \.text:
10
11 00041000 <__start>:
12 41000: 0c010406 jal 41018 <\.pic\.foo@@V2>
13 41004: 00000000 nop
14 \.\.\.
15
16 00041018 <\.pic\.foo@@V2>:
17 41018: 3c190004 lui t9,0x4
18 4101c: 27391020 addiu t9,t9,4128
19
20 00041020 <foo2>:
21 41020: 03e00008 jr ra
22 41024: 00000000 nop
23 \.\.\.
This page took 0.029504 seconds and 4 git commands to generate.