Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1066 → Rev 928

/kernel/branches/kolibri_pe/ld.x
25,10 → 25,9
.flat . + 0x00400000:
{
*(.flat) *(.data)
. = ALIGN(4096);
}
 
.edata :
.edata ALIGN(32):
{
*(.edata)
_code_end = .;