Subversion Repositories HelenOS-historic

Rev

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

Rev 948 Rev 985
Line 29... Line 29...
29
	.bss : {
29
	.bss : {
30
		*(.sbss);
30
		*(.sbss);
31
		*(.scommon);
31
		*(.scommon);
32
		*(COMMON);
32
		*(COMMON);
33
		*(.bss);
33
		*(.bss);
-
 
34
		_heap = .;
-
 
35
		QUAD(0xdeadbeef);
34
	} :data
36
	} :data
35
 
37
 
36
	/DISCARD/ : {
38
	/DISCARD/ : {
37
		*(*);
39
		*(*);
38
        }
40
        }