Add MMIX support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / sym-1.d
1 #objdump: -dt
2
3 .*: file format elf64-mmix
4
5 SYMBOL TABLE:
6 0+ l d .text 0+
7 0+ l d .data 0+
8 0+ l d .bss 0+
9 0+10 l .text 0+ scl1
10 0+14 l .text 0+ :scl2
11 0+20 l .text 0+ endcl1
12 0+24 l .text 0+ endcl2:
13 0+ g F .text 0+ Main
14 0+4 g .text 0+ scg1
15 0+8 g .text 0+ scg2
16 0+c g .text 0+ :scg3
17 0+18 g .text 0+ endcg1
18 0+1c g .text 0+ endcg2:
19
20
21 Disassembly of section .text:
22
23 0+ <Main>:
24 0: fd000410 swym 0,4,16
25
26 0+4 <scg1>:
27 4: fd100400 swym 16,4,0
28
29 0+8 <scg2>:
30 8: fda12a1e swym 161,42,30
31
32 0+c <:scg3>:
33 c: fda32a14 swym 163,42,20
34
35 0+10 <scl1>:
36 10: fd010203 swym 1,2,3
37
38 0+14 <:scl2>:
39 14: fd010204 swym 1,2,4
40
41 0+18 <endcg1>:
42 18: fd030201 swym 3,2,1
43
44 0+1c <endcg2:>:
45 1c: fd030201 swym 3,2,1
46
47 0+20 <endcl1>:
48 20: fd040302 swym 4,3,2
49
50 0+24 <endcl2:>:
51 24: fd040302 swym 4,3,2
This page took 0.030312 seconds and 4 git commands to generate.