blob: e9170c37132835e88889dcad5a0332d142a03404 [file]
SECTIONS
{
.foo : { *(.foo) }
.bar : { *(.bar) }
/DISCARD/ : { *(*) }
}