Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-scripts / exclude-file-4.t
bloba9b03c4d7331595845d10872e5b29ce924b370eb
1 SECTIONS
3         .data : {
4                 * (EXCLUDE_FILE (*-b.o) .data EXCLUDE_FILE (*-a.o) .data.*)
5         }
7         /DISCARD/ : {
8                 * (*)
9         }