PR25882, .gnu.attributes are not checked for shared libraries
[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
1564a22f 23 1 \.di +0+27ffb +0+ +0+ +0+ +2\*\*2
156436a5 24[ ]+CONTENTS, READONLY
fe108482
HPN
25Contents of section \.text:
26 0000 e3fd0001[ ]+.*
156436a5 27Contents of section \.di:
71c52440 28 00000 2a000000 00000000 00000000 00000000 .*
fe108482 29#...
71c52440 30 07ff0 00000000 00000000 00000000 2b2c0000 .*
fe108482 31#...
71c52440 32 0fff0 00000000 00000000 00002d2e 00000000 .*
fe108482 33#...
71c52440 34 17ff0 00000000 00000000 002f3000 00000000 .*
fe108482 35#...
71c52440 36 1fff0 00000000 00000000 00313200 00000000 .*
fe108482 37#...
71c52440 38 27ff0 00000000 00000000 000033[ ]+.*
This page took 0.997684 seconds and 4 git commands to generate.