Add support for generating and inserting build IDs into COFF binaries.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / longsecn-5.d
CommitLineData
88183869
DK
1#name: PE-COFF Long section names in objects (enabled)
2#ld: --enable-long-section-names -r
3#objdump: -h
4#source: longsecn.s
5
6.*: file format .*
7
8Sections:
9Idx Name Size VMA +LMA +File off Algn
10 0 \.(text|bss ) [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
11 (CONTENTS, ALLOC, LOAD, (READONLY, )?CODE|ALLOC)
12 1 \.text\.very\.long\.section\.name [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
13 CONTENTS, ALLOC, LOAD, READONLY, CODE, DATA
14 2 \.data [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
15 CONTENTS, ALLOC, LOAD, DATA
16 3 \.data\$1 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
17 CONTENTS, ALLOC, LOAD, DATA
18 4 \.rodata\$1 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
19 CONTENTS, ALLOC, LOAD, DATA
20 5 \.data\$123 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
21 CONTENTS, ALLOC, LOAD, DATA
22 6 \.rodata\$123 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
23 CONTENTS, ALLOC, LOAD, DATA
24 7 \.data\$123456789 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
25 CONTENTS, ALLOC, LOAD, DATA
26 8 \.rodata\$123456789 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
27 CONTENTS, ALLOC, LOAD, DATA
28 9 \.data\.very\.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
29 CONTENTS, ALLOC, LOAD, DATA
30 10 \.rodata\.very\.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
31 CONTENTS, ALLOC, LOAD, DATA
32 11 \.data\.very\.long\.section\$1 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
33 CONTENTS, ALLOC, LOAD, DATA
34 12 \.rodata\.very\.long\.section\$1 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
35 CONTENTS, ALLOC, LOAD, DATA
36 13 \.data\.very\.long\.section\$1234 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
37 CONTENTS, ALLOC, LOAD, DATA
38 14 \.rodata\.very\.long\.section\$1234 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
39 CONTENTS, ALLOC, LOAD, DATA
61e2488c 40#...
This page took 0.244524 seconds and 4 git commands to generate.