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