Subversion Repositories HelenOS-historic

Rev

Rev 321 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
321 palkovsky 1
/* OUTPUT_FORMAT(ecoff-littlemips) */
2
OUTPUT_FORMAT(binary)
3
SECTIONS {
4
	.image 0x0: AT (0) {
5
		*(.text);
6
		*(.reginfo);
7
	} 
8
}