fix Windows build
[binutils-gdb.git] / ld / testsuite / ld-scripts / section-match-1.d
blob09a00c2d13f24cd4a1cc3fe5297341ac446e73e4
1 #source: section-match-1.s
2 #ld: -T section-match-1.t
3 #objdump: -s
4 # This test uses arbitrary section names, which are not supported by some
5 # file formats. Also these section names must be present in the
6 # output, not translated into some other name, eg .text
7 #target: [is_elf_format]
8 #xfail: h8300-*-*
10 .*: file format .*
12 #...
13 Contents of section \.secA:
14 [0-9a-f]* (01)?0+(01)? .*
15 Contents of section \.secC:
16 [0-9a-f]* (02)?0+(02)? .*
17 #pass