Fix garbage collection of common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / bpo-11.d
1 #source: start3.s
2 #source: bpo-6.s
3 #source: bpo-2.s
4 #source: bpo-5.s
5 #as: -linker-allocated-gregs
6 #ld: -m elf64mmix --gc-sections
7 #objdump: -st
8
9 # Check that GC removes one of the three BPO:s, for the collected section.
10
11 .*: file format elf64-mmix
12
13 SYMBOL TABLE:
14 0+ l d \.init 0+ (|\.init)
15 0+10 l d \.text 0+ (|\.text)
16 0+7e8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
17 0+ l df \*ABS\* 0+ .*
18 0+ l \.init 0+ _start
19 0+ l df \*ABS\* 0+ .*
20 0+10 l \.text 0+ _start\.
21 0+14 g \.text 0+ x
22 0+10 g \.text 0+ x2
23 2000000000000000 g \.text 0+ __bss_start
24 2000000000000000 g \.text 0+ _edata
25 2000000000000000 g \.text 0+ _end
26
27 Contents of section \.init:
28 0000 00000000 0000003d 00000000 0000003a .*
29 Contents of section \.text:
30 0010 232dfe00 232dfd00 .*
31 Contents of section \.MMIX\.reg_contents:
32 07e8 00000000 0000107c 00000000 0000a420 .*
This page took 0.0302 seconds and 4 git commands to generate.