]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-scripts/sort-file.d
01eb694c63f19583723739bacad2625fd3303777
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-scripts / sort-file.d
1 #source: sort-file2.s
2 #source: sort-file1.s
3 #ld: -T sort-file.t
4 #nm: -n
5
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