Subversion Repositories HelenOS

Rev

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

Rev 418 Rev 420
Line 37... Line 37...
37
		symbol_table = .;
37
		symbol_table = .;
38
                *(symtab.*);            /* Symbol table, must be LAST symbol!*/
38
                *(symtab.*);            /* Symbol table, must be LAST symbol!*/
39
 
39
 
40
		kdata_end = .;
40
		kdata_end = .;
41
	}
41
	}
-
 
42
	
-
 
43
	/DISCARD/ : {
-
 
44
		*(.comment);
-
 
45
		*(.note*);
-
 
46
	}
-
 
47
 
42
}
48
}