tcl global directive outside proc body does nothing (ld)
[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 }