Add ability to change linker warning messages into errors when reporting executable...
[binutils-gdb.git] / ld / testsuite / ld-scripts / sort-file.d
blob8d395ac648970ea29a063fcc2591ad94b698a67d
1 #source: sort-file2.s
2 #source: sort-file1.s
3 #ld: -T sort-file.t --no-error-rwx-segments
4 #nm: -n
6 # Check that SORT_BY_NAME on filenames works
7 # the text sections should come in sorted order, the data
8 # sections in input order. Note how we specifically pass
9 # the object filenames in non-alphabetical order
10 #...
11 0[0-9a-f]* t infile1
12 #...
13 0[0-9a-f]* t infile2
14 #...
15 0[0-9a-f]* d data2
16 #...
17 0[0-9a-f]* d data1
18 #pass