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
build/ccw_gen: stat the file in C instead of shelling out
[hvf.git]
/
nss
/
8ball
/
linker-8ball.script
blob
317486441c64ad290075c10e46f016849e27524e
1
SECTIONS
2
{
3
ENTRY(START)
4
. = 0x0;
5
.text : { *(.text) }
6
.data : { *(.data) }
7
.bss : { *(.bss) }
8
}