repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
file config.texi was initially added on branch binutils-2_17-branch.
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
cross3.t
blob
5411b9b680485e82e4f00656f85e831706af477b
1
NOCROSSREFS(.nocrossrefs .text)
2
3
SECTIONS
4
{
5
.text : { *(.text) }
6
.nocrossrefs : { *(.nocrossrefs) }
7
.data : { *(.data) }
8
.bss : { *(.bss) *(COMMON) }
9
/DISCARD/ : { *(*) }
10
}