Subversion Repositories HelenOS-historic

Rev

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

Rev 1043 Rev 1129
Line 24... Line 24...
24
	.data : {
24
	.data : {
25
		*(.opd);
25
		*(.opd);
26
		*(.data);
26
		*(.data);
27
		*(.sdata);
27
		*(.sdata);
28
	} :data
28
	} :data
-
 
29
	.tdata : {
-
 
30
		_tdata_start = .;
-
 
31
		*(.tdata);
-
 
32
		_tdata_end = .;
-
 
33
	} :data
-
 
34
	.tbss : {
-
 
35
		_tbss_start = .;
-
 
36
		*(.tbss);
-
 
37
		_tbss_end = .;
-
 
38
	} :data
29
	.bss : {
39
	.bss : {
30
		*(.sbss);
40
		*(.sbss);
31
		*(.scommon);
41
		*(.scommon);
32
		*(COMMON);
42
		*(COMMON);
33
		*(.bss);
43
		*(.bss);