bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / locto-1.d
1 #source: locto.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+1008 l d \.text 0+ (|\.text)
10 2000000000000000 l d \.data 0+ (|\.data)
11 2000000000000000 l d \.sbss 0+ (|\.sbss)
12 2000000000000000 l d \.bss 0+ (|\.bss)
13 0+ l d \*ABS\* 0+ (|\.shstrtab)
14 0+ l d \*ABS\* 0+ (|\.symtab)
15 0+ l d \*ABS\* 0+ (|\.strtab)
16 0+1008 g \.text 0+ od
17 0+1010 g \.text 0+ _start
18 0+1008 g \*ABS\* 0+ __\.MMIX\.start\.\.text
19 2000000000000000 g \*ABS\* 0+ __bss_start
20 2000000000000000 g \*ABS\* 0+ _edata
21 2000000000000000 g \*ABS\* 0+ _end
22 0+1010 g \.text 0+ _start\.
23
24 Contents of section \.text:
25 1008 00000000 00001008 e3fd0001 .*
This page took 0.02927 seconds and 4 git commands to generate.