repo.or.cz
/
hvf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loader: remove shouting from ORB's variable name
[hvf.git]
/
cp
/
linker.script
blob
d6227af5cbea545b8e8bb6f2f323d7a583f42a70
1
PHDRS {
2
text PT_LOAD FLAGS(5); /* R_E */
3
data PT_LOAD FLAGS(6); /* RW_ */
4
}
5
6
SECTIONS
7
{
8
ENTRY(start)
9
. = 0x100000;
10
.text : { *(.text) } :text
11
.data : { *(.data) } :data
12
.bss : { *(.bss) } :data
13
}