2005-03-20 H.J. Lu <hongjiu.lu@intel.com>
[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+ (|\.text)
10 2000000000000008 l d \.data 0+ (|\.data)
11 0+ l d \*ABS\* 0+ (|\.shstrtab)
12 0+ l d \*ABS\* 0+ (|\.symtab)
13 0+ l d \*ABS\* 0+ (|\.strtab)
14 2000000000000008 g \*ABS\* 0+ __\.MMIX\.start\.\.data
15 2000000000000008 g \.data 0+ od
16 0+ g \.text 0+ _start
17 2000000000000010 g \*ABS\* 0+ __bss_start
18 2000000000000000 g \*ABS\* 0+ Data_Segment
19 2000000000000010 g \*ABS\* 0+ _edata
20 2000000000000010 g \*ABS\* 0+ _end
21 0+ g \.text 0+ _start\.
22
23 Contents of section \.text:
24 0000 e3fd0001 .*
25 Contents of section \.data:
26 2000000000000008 20000000 00000008 .*
This page took 0.030548 seconds and 4 git commands to generate.