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
Delete asection.symbol_ptr_ptr
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-tic6x
/
common.ld
blob
5597c3f8c959782e3441f7826aad50e6f79a43ac
1
SECTIONS
2
{
3
. = 0x80;
4
.far : { *(.far) *(COMMON) }
5
. = 0x100;
6
.bss : { *(.scommon) }
7
8
. = 0x10000000;
9
.text : { *(.text*) }
10
/DISCARD/ : { *(*) }
11
}