blob: a0b33e58be0437d41d779b07eee1002c8278ce7a [file] [log] [blame] [edit]
SECTIONS
{
.text : {
SORT_NONE (*) (.text .text.*)
}
.data : {
SORT_NONE (*) (.data .data.*)
foo = .;
}
/DISCARD/ : {*(*)}
}