Fix typo fsqrt -> sqrtf.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / section-match-1.d
CommitLineData
b97b635e
NC
1#source: section-match-1.s
2#ld: -T section-match-1.t
3#objdump: -s
02f9d0c5 4#notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-*oldld *-*-ecoff *-*-netbsd *-*-vms h8300-*-* tic30-*-*
b97b635e
NC
5# This test uses arbitary section names, which are not support by some
6# file formts. Also these section names must be present in the
7# output, not translated into some other name, eg .text
8
9.*: file format .*
10
11#...
12Contents of section \.secA:
13 [0-9a-f]* (01)?0+(01)? .*
14Contents of section \.secC:
15 [0-9a-f]* (02)?0+(02)? .*
16#pass
This page took 0.35042 seconds and 4 git commands to generate.