MIPS/BFD: Discard ineligible JALR relocations right away
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / no-shared-1-n64.d
1 #as: -march=from-abi -mabi=64 -EB
2 #ld: -melf64btsmip -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 0000000000050000 <__start>:
11 50000: 3c020007 lui v0,0x7
12 50004: 64428000 daddiu v0,v0,-32768
13 50008: df828020 ld v0,-32736\(gp\)
14 5000c: df828020 ld v0,-32736\(gp\)
15 #...
16 Disassembly of section \.data:
17
18 0000000000060000 .*:
19 60000: 00000000 .*
20 60004: 00068000 .*
21 #...
22 Disassembly of section \.got:
23
24 0000000000060010 <_GLOBAL_OFFSET_TABLE_>:
25 \.\.\.
26 60018: 80000000 00000000 00000000 00068000 .*
This page took 0.031458 seconds and 4 git commands to generate.