projects
/
microwatt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Forgot to remove dissasembly file.
[microwatt.git]
/
hello_world
/
powerpc.lds
1
SECTIONS
2
{
3
_start = .;
4
. = 0;
5
.head : {
6
KEEP(*(.head))
7
}
8
. = 0x1000;
9
.text : { *(.text) }
10
. = 0x1800;
11
.data : { *(.data) }
12
.bss : { *(.bss) }
13
}