Compare with Previous | Blame | View Log
ENTRY(_start) SECTIONS { _start = .; .data : { *(.data) } _end = .; }
ENTRY(_start)
SECTIONS
{
_start = .;
.data : { *(.data) }
_end = .;
}