7 lines
95 B
Text
7 lines
95 B
Text
SECTIONS
|
|
{
|
|
bar = foo;
|
|
.text : { *(.text) }
|
|
.tbss : { *(.tbss) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|