Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / exclude-file-5.t
CommitLineData
2b94abd4
AB
1SECTIONS
2{
3 .data : {
4 * (SORT_BY_NAME (EXCLUDE_FILE (*-b.o) .data))
5 * (SORT_BY_NAME (SORT_BY_NAME (EXCLUDE_FILE (*-a.o) .data.*)))
6 }
7
8 /DISCARD/ : {
9 * (*)
10 }
11}
This page took 0.158567 seconds and 4 git commands to generate.