blob: c8be2c57bfb713711a03ac8b480e6491a7a1171d [file] [log] [blame]
SECTIONS {
.text : { *(.text) }
.foo : { *(SORT_NONE(.foo)) }
/DISCARD/ : { *(.*) }
}