repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix Windows build
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-visium
/
ld1.ld
blob
fc33cf89f94a4873108c0948cd026084a4a38337
1
SECTIONS
2
{
3
.text 0x10000 : {
4
*(.text)
5
}
6
.data 0x30000 : {
7
*(.data)
8
}
9
}