bfd/
[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 20+ l d \.sbss 0+ (|\.sbss)
17 2000000000000000 l d \.bss 0+ (|\.bss)
18 0+7e8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
19 0+ l d \*ABS\* 0+ (|\.shstrtab)
20 0+ l d \*ABS\* 0+ (|\.symtab)
21 0+ l d \*ABS\* 0+ (|\.strtab)
22 0+ l \.init 0+ _start
23 0+14 g \.text 0+ x
24 0+10 g \.text 0+ x2
25 2000000000000000 g \*ABS\* 0+ __bss_start
26 2000000000000000 g \*ABS\* 0+ _edata
27 2000000000000000 g \*ABS\* 0+ _end
28 0+10 g \.text 0+ _start\.
29
30
31 Contents of section \.init:
32 0000 00000000 0000003d 00000000 0000003a .*
33 Contents of section \.text:
34 0010 232dfe00 232dfd00 .*
35 Contents of section \.MMIX\.reg_contents:
36 07e8 00000000 0000107c 00000000 0000a420 .*
This page took 0.029778 seconds and 4 git commands to generate.