7 lines
78 B
Text
7 lines
78 B
Text
|
SECTIONS
|
||
|
{
|
||
|
bar = 0x2345678;
|
||
|
.text : { *(.text) }
|
||
|
/DISCARD/ : { *(*) }
|
||
|
}
|