Subversion Repositories HelenOS-historic

Rev

Rev 1129 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1129 Rev 1406
Line 39... Line 39...
39
	.bss : {
39
	.bss : {
40
		*(.sbss);
40
		*(.sbss);
41
		*(.scommon);
41
		*(.scommon);
42
		*(COMMON);
42
		*(COMMON);
43
		*(.bss);
43
		*(.bss);
44
		_heap = .;
-
 
45
		QUAD(0xdeadbeef);
-
 
46
	} :data
44
	} :data
-
 
45
 
-
 
46
	. = ALIGN(0x4000);
-
 
47
	_heap = .;
47
 
48
 
48
	/DISCARD/ : {
49
	/DISCARD/ : {
49
		*(*);
50
		*(*);
50
        }
51
        }
51
}
52
}