ld: Support input section description keyword: REVERSE
[binutils-gdb.git] / ld / testsuite / ld-scripts / sort-file-reversed-1.d
blobd1d56bdb69fd66690020f0865d3e663d881243d3
1 #source: sort-file1.s
2 #source: sort-file2.s
3 #ld: -T sort-file-reversed-1.t --no-warn-rwx-segments
4 #nm: -n
6 # Check that SORT_BY_NAME+REVERSE on filenames works.
7 # The text sections should come in reversed sorted order, the data
8 # sections in input order. Note how we specifically pass
9 # the object filenames in alphabetical order
10 #...
11 0[0-9a-f]* t infile2
12 #...
13 0[0-9a-f]* t infile1
14 #...
15 0[0-9a-f]* d data1
16 #...
17 0[0-9a-f]* d data2
18 #pass