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-tic6x
/
generic.ld
blob
2e9c5e8dae9b934803d2bc812ad7827a64702892
1
SECTIONS
2
{
3
. = 0x80;
4
.data : { *(.data*) }
5
. = 0x10000000;
6
.text : { *(.text*) }
7
/DISCARD/ : { *(*) }
8
}