* ld-mmix/bpo-1.d, ld-mmix/bpo-1.s, ld-mmix/bpo-1m.d,
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / bpo-10.d
1 #source: start4.s
2 #source: bpo-6.s
3 #source: bpo-5.s
4 #as: -linker-allocated-gregs
5 #ld: -m elf64mmix --gc-sections
6 #objdump: -st
7
8 # Check that GC removes all (two) BPO:s when all are collected.
9
10 .*: file format elf64-mmix
11
12 SYMBOL TABLE:
13 0+ l d \.init 0+
14 0+4 l d \.text 0+
15 2000000000000000 l d \.sbss 0+
16 2000000000000000 l d \.bss 0+
17 0+7f8 l d \.MMIX\.reg_contents 0+
18 0+ l d \*ABS\* 0+
19 0+ l d \*ABS\* 0+
20 0+ l d \*ABS\* 0+
21 0+ l \.init 0+ _start
22 0+ g \*ABS\* 0+
23 0+ g \*ABS\* 0+
24 2000000000000000 g O \*ABS\* 0+ __bss_start
25 2000000000000000 g O \*ABS\* 0+ _edata
26 2000000000000000 g O \*ABS\* 0+ _end
27 0+4 g O \.text 0+ _start\.
28
29 Contents of section \.init:
30 0000 e37704a6 .*
31 Contents of section \.text:
32 Contents of section \.sbss:
33 Contents of section \.bss:
34 Contents of section \.MMIX\.reg_contents:
This page took 0.032457 seconds and 5 git commands to generate.