Scan all input files for symbol reference warning
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / pushjs3r.d
1 #source: nop123.s
2 #source: pushja.s
3 #source: undef-2.s
4 #source: nop123.s
5 #source: pad16.s
6 #source: pad2p18m32.s
7 #ld: -r -m elf64mmix
8 #objdump: -dr
9
10 # When linking relocatably, check two expanded stubbable PUSHJs.
11
12 # With better relaxation support for relocatable links, both should be
13 # able to pass through unexpanded. Right now, we just check that they can
14 # coexist peacefully.
15
16 .*: file format elf64-mmix
17 Disassembly of section \.text:
18 0+ <pushja-0x4>:
19 0: fd010203 swym 1,2,3
20 0+4 <pushja>:
21 4: e3fd0002 setl \$253,0x2
22 8: f20c0002 pushj \$12,10 <pushja\+0xc>
23 c: e3fd0003 setl \$253,0x3
24 10: f0000000 jmp 10 <pushja\+0xc>
25 10: R_MMIX_JMP a
26 \.\.\.
27 24: f2050001 pushj \$5,28 <pushja\+0x24>
28 28: f0000000 jmp 28 <pushja\+0x24>
29 28: R_MMIX_JMP undefd
30 \.\.\.
31 3c: fd010203 swym 1,2,3
32 \.\.\.
This page took 0.030808 seconds and 4 git commands to generate.