bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / loc1.d
1 #source: loc1.s
2 #ld: -e loc1 -m elf64mmix
3 #objdump: -str
4
5 # Single text file.
6
7 .*: file format elf64-mmix
8
9 SYMBOL TABLE:
10 0+1000 l d \.text 0+ (|\.text)
11 2000000000000000 l d \.data 0+ (|\.data)
12 2000000000000000 l d \.sbss 0+ (|\.sbss)
13 2000000000000000 l d \.bss 0+ (|\.bss)
14 0+ l d \*ABS\* 0+ (|\.shstrtab)
15 0+ l d \*ABS\* 0+ (|\.symtab)
16 0+ l d \*ABS\* 0+ (|\.strtab)
17 0+1000 g \.text 0+ loc1
18 0+1000 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+1000 g \.text 0+ _start\.
23
24 Contents of section \.text:
25 1000 fd030303 .*
This page took 0.036719 seconds and 5 git commands to generate.