blob: 85af30cf5e1987f397f5e31152dad9157e4822e3 [file]
SECTIONS
{
bar = foo;
.text : { *(.text) }
.tbss : { *(.tbss) }
/DISCARD/ : { *(*) }
}