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