[gdb/testsuite] Fix failure in gdb.python/py-startup-opt.exp
[binutils-gdb.git] / ld / testsuite / ld-pe / longsecn-2.d
blob494e53240af2cb82d1fb0764ed368aa51642e8bb
1 #name: PE-COFF Long section names (enabled)
2 #ld: --enable-long-section-names
3 #objdump: -h
4 #source: longsecn.s
5 #xfail: mcore-*-*
7 .*: file format .*
9 Sections:
10 Idx Name Size VMA +LMA +File off Algn
11 0 \.text [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
12 CONTENTS, ALLOC, LOAD, READONLY, CODE, DATA
13 1 \.data [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
14 CONTENTS, ALLOC, LOAD, DATA
15 2 \.rodata [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
16 CONTENTS, ALLOC, LOAD, DATA
17 3 \.data\.very\.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
18 CONTENTS, ALLOC, LOAD, DATA
19 4 \.rodata\.very.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
20 CONTENTS, ALLOC, LOAD, DATA
21 5 \.rdata [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
22 CONTENTS, ALLOC, LOAD, READONLY, DATA
23 6 \.idata [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
24 CONTENTS, ALLOC, LOAD, READONLY, DATA
25 #...