PR25882, .gnu.attributes are not checked for shared libraries
[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 0+7e8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
16 #...
17 0+ l \.init 0+ _start
18 #...
19 0+14 g \.text 0+ x
20 0+10 g \.text 0+ x2
21 #...
22 Contents of section \.init:
23 0000 00000000 0000003d 00000000 0000003a .*
24 Contents of section \.text:
25 0010 232dfe00 232dfd00 .*
26 Contents of section \.MMIX\.reg_contents:
27 07e8 00000000 0000107c 00000000 0000a420 .*
This page took 0.041032 seconds and 4 git commands to generate.