bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / bpo-9.d
1 #source: start3.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 does not mess up things when no BPO:s are collected.
9
10 .*: file format elf64-mmix
11
12 SYMBOL TABLE:
13 0+ l d \.init 0+ (|\.init)
14 0+10 l d \.text 0+ (|\.text)
15 20+ l d \.sbss 0+ (|\.sbss)
16 2000000000000000 l d \.bss 0+ (|\.bss)
17 0+7e8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
18 0+ l d \*ABS\* 0+ (|\.shstrtab)
19 0+ l d \*ABS\* 0+ (|\.symtab)
20 0+ l d \*ABS\* 0+ (|\.strtab)
21 0+ l \.init 0+ _start
22 0+14 g \.text 0+ x
23 0+10 g \.text 0+ x2
24 #...
25
26 Contents of section \.init:
27 0000 00000000 0000003d 00000000 0000003a .*
28 Contents of section \.text:
29 0010 232dfe00 232dfd00 .*
30 Contents of section \.MMIX\.reg_contents:
31 07e8 00000000 0000107c 00000000 0000a420 .*
This page took 0.044229 seconds and 4 git commands to generate.