* ld-mmix/bpo-10.d: Tweak for change in symbols handling.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / sec-7m.d
CommitLineData
fe108482
HPN
1#source: start.s
2#source: sec-7a.s
3#source: sec-7b.s
4#source: sec-7c.s
5#source: sec-7d.s
6#source: sec-7e.s
7#ld: -m mmo
8#objcopy_linked_file:
9#objdump: -hs
10
11# When producing mmo output: sections with an input length not a
12# multiple of 4, and whose total length in linked output
13# exceeded the "chunk size" (32768), would get to-4-padding
14# inserted at each chunk division. Also check that section
15# sizes aren't rounded up at objcopy.
16
17.*: file format mmo
18
19Sections:
20Idx Name[ ]+Size[ ]+VMA[ ]+LMA[ ]+File off Algn
21 0 \.text[ ]+0+4 0+ 0+ 0+ 2\*\*2
22[ ]+CONTENTS, ALLOC, LOAD, CODE
156436a5
HPN
23 1 \.di 0+27ffb 2000000000000000 2000000000000000 0+ 2\*\*2
24[ ]+CONTENTS, READONLY
fe108482
HPN
25Contents of section \.text:
26 0000 e3fd0001[ ]+.*
156436a5 27Contents of section \.di:
fe108482
HPN
28 0000 2a000000 00000000 00000000 00000000 .*
29#...
30 7ff0 00000000 00000000 00000000 2b2c0000 .*
31#...
32 fff0 00000000 00000000 00002d2e 00000000 .*
33#...
34 17ff0 00000000 00000000 002f3000 00000000 .*
35#...
36 1fff0 00000000 00000000 00313200 00000000 .*
37#...
38 27ff0 00000000 00000000 000033[ ]+.*
This page took 0.048779 seconds and 4 git commands to generate.