]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/noload-1.t
2.41 Release sources
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / noload-1.t
1 SECTIONS
2 {
3 . = SIZEOF_HEADERS;
4 TEST (NOLOAD) :
5 {
6 *(TEST)
7 }
8 /DISCARD/ : { *(.*) }
9 }