Fix search in TUI
[deliverable/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 }
This page took 0.02946 seconds and 4 git commands to generate.