Subversion Repositories HelenOS-historic

Rev

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

Rev 985 Rev 1043
Line 16... Line 16...
16
		*(.text);
16
		*(.text);
17
		*(.rodata*);
17
		*(.rodata*);
18
	} :text
18
	} :text
19
 
19
 
20
	.got ALIGN(0x4000) : SUBALIGN(0x4000) {
20
	.got ALIGN(0x4000) : SUBALIGN(0x4000) {
-
 
21
		_gp = .;
21
		*(.got*);
22
		*(.got*);
22
	} :data	
23
	} :data	
23
	.data : {
24
	.data : {
24
		_gp = .;
-
 
25
		*(.opd);
25
		*(.opd);
26
		*(.data);
26
		*(.data);
27
		*(.sdata);
27
		*(.sdata);
28
	} :data
28
	} :data
29
	.bss : {
29
	.bss : {