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
/
sbr.ld
blob
909f589e049015b4c4a3f1b6e0437e3c2a909679
1
EXTERN (__c6xabi_DSBT_BASE);
2
SECTIONS
3
{
4
. = 0x80;
5
.data : { PROVIDE_HIDDEN (__c6xabi_DSBT_BASE = .); *(.data*) }
6
. = 0x10000000;
7
.text : { *(.text*) }
8
/DISCARD/ : { *(*) }
9
}