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