* ld-mmix/local7m.d, ld-mmix/loc4.d, ld-mmix/loc4m.d,
[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+
11 2000000000000000 l d \.data 0+
12 2000000000000000 l d \.sbss 0+
13 2000000000000000 l d \.bss 0+
14 0+ l d \*ABS\* 0+
15 0+ l d \*ABS\* 0+
16 0+ l d \*ABS\* 0+
17 0+1000 g \.text 0+ loc1
18 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text
19 2000000000000000 g O \*ABS\* 0+ __bss_start
20 2000000000000000 g O \*ABS\* 0+ _edata
21 2000000000000000 g O \*ABS\* 0+ _end
22 0+1000 g O \.text 0+ _start\.
23
24 Contents of section \.text:
25 1000 fd030303 .*
26 Contents of section \.data:
27 Contents of section \.sbss:
This page took 0.031368 seconds and 4 git commands to generate.