bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / loc4.d
1 #source: loc1.s
2 #source: data1.s
3 #source: start.s
4 #ld: -m elf64mmix
5 #objdump: -str
6
7 # Two text files and one data.
8
9 .*: file format elf64-mmix
10
11 SYMBOL TABLE:
12 0+1000 l d \.text 0+ (|\.text)
13 2000000000000000 l d \.data 0+ (|\.data)
14 2000000000000008 l d \.sbss 0+ (|\.sbss)
15 2000000000000008 l d \.bss 0+ (|\.bss)
16 0+ l d \*ABS\* 0+ (|\.shstrtab)
17 0+ l d \*ABS\* 0+ (|\.symtab)
18 0+ l d \*ABS\* 0+ (|\.strtab)
19 2000000000000000 l \.data 0+ xx
20 0+1004 g F \.text 0+ Main
21 2000000000000000 g \*ABS\* 0+ __\.MMIX\.start\.\.data
22 0+1004 g \.text 0+ _start
23 0+1000 g \.text 0+ loc1
24 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text
25 2000000000000008 g \*ABS\* 0+ __bss_start
26 2000000000000008 g \*ABS\* 0+ _edata
27 2000000000000008 g \*ABS\* 0+ _end
28 0+1004 g \.text 0+ _start\.
29
30 Contents of section \.text:
31 1000 fd030303 e3fd0001 .*
32 Contents of section \.data:
33 2000000000000000 00000000 00001030 .*
This page took 0.031007 seconds and 4 git commands to generate.