Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / bsp / boot / ppc / tools / prepboot / bootsect.ld @ 03e9c04a

History | View | Annotate | Download (64 Bytes)

1
SECTIONS {
2
	. = 0;
3
	.text . : {
4
		*(.text)
5
		__etext = . ;
6
	}
7
}