* ld-mmix/bpo-1.d, ld-mmix/bpo-10.d, ld-mmix/bpo-11.d,
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / locdo-1.d
1 #source: locdo.s -globalize-symbols
2 #source: start.s
3 #ld: -m elf64mmix
4 #objdump: -str
5
6 .*: file format elf64-mmix
7
8 SYMBOL TABLE:
9 0+ l d \.text 0+
10 2000000000000008 l d \.data 0+
11 2000000000000010 l d \.sbss 0+
12 2000000000000010 l d \.bss 0+
13 0+ l d \*ABS\* 0+
14 0+ l d \*ABS\* 0+
15 0+ l d \*ABS\* 0+
16 2000000000000008 g \*ABS\* 0+ __\.MMIX\.start\.\.data
17 2000000000000008 g \.data 0+ od
18 0+ g \.text 0+ _start
19 2000000000000010 g \*ABS\* 0+ __bss_start
20 2000000000000000 g \*ABS\* 0+ Data_Segment
21 2000000000000010 g \*ABS\* 0+ _edata
22 2000000000000010 g \*ABS\* 0+ _end
23 0+ g \.text 0+ _start\.
24
25 Contents of section \.text:
26 0000 e3fd0001 .*
27 Contents of section \.data:
28 2000000000000008 20000000 00000008 .*
This page took 0.035077 seconds and 5 git commands to generate.