Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / bpo-9m.d
1 #source: start3.s
2 #source: bpo-6.s
3 #source: bpo-5.s
4 #as: -linker-allocated-gregs
5 #ld: -m mmo --gc-sections
6 #objdump: -st
7
8 # Check that GC does not mess up things when no BPO:s are collected.
9 # Note that mmo doesn't support GC at the moment; it's a nop.
10
11 .*: file format mmo
12
13 SYMBOL TABLE:
14 0+ g \.text Main
15 0+4 g \.text x
16 0+ g \.text x2
17
18 Contents of section \.text:
19 0000 232dfe00 232dfd00 00000000 0000002d .*
20 0010 00000000 0000002a .*
21 Contents of section \.MMIX\.reg_contents:
22 07e8 00000000 0000106c 00000000 0000a410 .*
This page took 0.030388 seconds and 4 git commands to generate.