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+ (|\.init)
14 0+ l    df \*ABS\*	0+ .*
15 0+ l       \.init	0+ _start
16 2000000000000000 g       \.init	0+ __bss_start
17 2000000000000000 g       \.init	0+ _edata
18 2000000000000000 g       \.init	0+ _end
19 0+4 g       \.init	0+ _start\.
20 
21 Contents of section \.init:
22  0000 e37704a6                             .*
23