]> Git Repo - binutils.git/blob - ld/testsuite/ld-mmix/loc6.d
Add MMIX support
[binutils.git] / ld / testsuite / ld-mmix / loc6.d
1 #source: dloc1.s
2 #source: start.s
3 #ld: -m elf64mmix
4 #objdump: -str
5
6 # Text files and one loc:ed data at offset.
7
8 .*:     file format elf64-mmix
9
10 SYMBOL TABLE:
11 0+ l    d  \.text       0+ 
12 2000000000000200 l    d  \.data 0+ 
13 200000000000020c l    d  \.sbss 0+ 
14 200000000000020c l    d  \.bss  0+ 
15 0+ l    d  \*ABS\*      0+ 
16 0+ l    d  \*ABS\*      0+ 
17 0+ l    d  \*ABS\*      0+ 
18 2000000000000200 g       \.data 0+ dloc1
19 2000000000000200 g       \*ABS\*        0+ __\.MMIX\.start\.\.data
20 0+ g       \.text       0+ _start
21 200000000000020c g     O \*ABS\*        0+ __bss_start
22 200000000000020c g     O \*ABS\*        0+ _edata
23 2000000000000210 g     O \*ABS\*        0+ _end
24 0+ g     O \.text       0+ _start\.
25
26 Contents of section \.text:
27  0000 e3fd0001                             .*
28 Contents of section \.data:
29  0200 00000004 00000005 00000006           .*
30 Contents of section \.sbss:
This page took 0.023097 seconds and 4 git commands to generate.